コード例 #1
0
ファイル: Session13.cs プロジェクト: ramkiGitHub/TLSHandler
 protected override Result Fragment_ClientKeyUpdate(Fragments.KeyUpdate frag)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 protected virtual Result Fragment_ClientKeyUpdate(Fragments.KeyUpdate frag)
 {
     throw new InvalidOperationException("Not In TLS 1.2");
 }