C# Class Tpm2Lib.Tpm2bDigest

Inheritance: TpmStructureBase, IPublicIdUnion
Show file Open project: Microsoft/TSS.MSR Class Usage Examples

Public Methods

Method Description
Copy ( ) : Tpm2bDigest
GetUnionSelector ( ) : TpmAlgId
Tpm2bDigest ( ) : System
Tpm2bDigest ( Tpm2bDigest the_Tpm2bDigest ) : System
Tpm2bDigest ( byte the_buffer ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2bDigest
return Tpm2bDigest

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

Tpm2bDigest() public method

public Tpm2bDigest ( ) : System
return System

Tpm2bDigest() public method

public Tpm2bDigest ( Tpm2bDigest the_Tpm2bDigest ) : System
the_Tpm2bDigest Tpm2bDigest
return System

Tpm2bDigest() public method

public Tpm2bDigest ( byte the_buffer ) : System
the_buffer byte the buffer area that can be no larger than a digest
return System