C# Class Tpm2Lib.SensitiveCreate

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

Public Methods

Method Description
Copy ( ) : SensitiveCreate
SensitiveCreate ( ) : System
SensitiveCreate ( SensitiveCreate the_SensitiveCreate ) : System
SensitiveCreate ( byte the_userAuth, byte the_data ) : System

Method Details

Copy() public method

public Copy ( ) : SensitiveCreate
return SensitiveCreate

SensitiveCreate() public method

public SensitiveCreate ( ) : System
return System

SensitiveCreate() public method

public SensitiveCreate ( SensitiveCreate the_SensitiveCreate ) : System
the_SensitiveCreate SensitiveCreate
return System

SensitiveCreate() public method

public SensitiveCreate ( byte the_userAuth, byte the_data ) : System
the_userAuth byte the USER auth secret value
the_data byte data to be sealed, a key, or derivation values
return System