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