C# Class Tpm2Lib.Sensitive

Inheritance: TpmStructureBase
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Sensitive
Sensitive ( ) : System
Sensitive ( Sensitive the_Sensitive ) : System
Sensitive ( byte the_authValue, byte the_seedValue, ISensitiveCompositeUnion the_sensitive ) : System

Method Details

Copy() public method

public Copy ( ) : Sensitive
return Sensitive

Sensitive() public method

public Sensitive ( ) : System
return System

Sensitive() public method

public Sensitive ( Sensitive the_Sensitive ) : System
the_Sensitive Sensitive
return System

Sensitive() public method

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)
return System