C# Class Tpm2Lib.DigestArray

Inheritance: TpmStructureBase
Mostra file Open project: Microsoft/TSS.MSR Class Usage Examples

Public Methods

Method Description
Copy ( ) : DigestArray
DigestArray ( ) : System
DigestArray ( DigestArray the_DigestArray ) : System
DigestArray ( Tpm2bDigest the_digests ) : System

Method Details

Copy() public method

public Copy ( ) : DigestArray
return DigestArray

DigestArray() public method

public DigestArray ( ) : System
return System

DigestArray() public method

public DigestArray ( DigestArray the_DigestArray ) : System
the_DigestArray DigestArray
return System

DigestArray() public method

public DigestArray ( Tpm2bDigest the_digests ) : System
the_digests Tpm2bDigest a list of digests For TPM2_PolicyOR(), all digests will have been computed using the digest of the policy session. For TPM2_PCR_Read(), each digest will be the size of the digest for the bank containing the PCR.
return System