コード例 #1
0
ファイル: KRB_SAFE.cs プロジェクト: pirenga/CVE-2020-1206-POC
 public KRB_SAFE(
     Asn1Integer param0,
     Asn1Integer param1,
     KRB_SAFE_BODY param2,
     Checksum param3)
 {
     this.pvno      = param0;
     this.msg_type  = param1;
     this.safe_body = param2;
     this.cksum     = param3;
 }
コード例 #2
0
 public KRB_SAFE(
     Asn1Integer param0,
     Asn1Integer param1,
     KRB_SAFE_BODY param2,
     Checksum param3)
 {
     this.pvno = param0;
     this.msg_type = param1;
     this.safe_body = param2;
     this.cksum = param3;
 }