Inheritance: TpmStructureBase, ISignatureUnion
コード例 #1
0
ファイル: X_TpmDefs.cs プロジェクト: vishalishere/TSS.MSR
 public SignatureRsa(SignatureRsa the_SignatureRsa)
 {
     if((Object) the_SignatureRsa == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     hash = the_SignatureRsa.hash;
     sig = the_SignatureRsa.sig;
 }