C# 클래스 Tpm2Lib.Sensitive

상속: TpmStructureBase
파일 보기 프로젝트 열기: Microsoft/TSS.MSR 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Sensitive
Sensitive ( ) : System
Sensitive ( Sensitive the_Sensitive ) : System
Sensitive ( byte the_authValue, byte the_seedValue, ISensitiveCompositeUnion the_sensitive ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Sensitive
리턴 Sensitive

Sensitive() 공개 메소드

public Sensitive ( ) : System
리턴 System

Sensitive() 공개 메소드

public Sensitive ( Sensitive the_Sensitive ) : System
the_Sensitive Sensitive
리턴 System

Sensitive() 공개 메소드

public Sensitive ( byte the_authValue, byte the_seedValue, ISensitiveCompositeUnion the_sensitive ) : System
the_authValue byte user authorization data The authValue may be a zero-length string. This value shall not be larger than the size of the digest produced by the nameAlg of the object.
the_seedValue byte for a parent object, the optional protection seed; for other objects, the obfuscation value This value shall not be larger than the size of the digest produced by nameAlg of the object.
the_sensitive ISensitiveCompositeUnion the type-specific private data(One of Tpm2bPrivateKeyRsa, Tpm2bEccParameter, Tpm2bSensitiveData, Tpm2bSymKey, Tpm2bPrivateVendorSpecific)
리턴 System