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