C# Class Tpm2Lib.Tpm2GetRandomResponse

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

Public Methods

Method Description
Copy ( ) : Tpm2GetRandomResponse
Tpm2GetRandomResponse ( ) : System
Tpm2GetRandomResponse ( Tpm2GetRandomResponse the_Tpm2GetRandomResponse ) : System
Tpm2GetRandomResponse ( byte the_randomBytes ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2GetRandomResponse
return Tpm2GetRandomResponse

Tpm2GetRandomResponse() public method

public Tpm2GetRandomResponse ( ) : System
return System

Tpm2GetRandomResponse() public method

public Tpm2GetRandomResponse ( Tpm2GetRandomResponse the_Tpm2GetRandomResponse ) : System
the_Tpm2GetRandomResponse Tpm2GetRandomResponse
return System

Tpm2GetRandomResponse() public method

public Tpm2GetRandomResponse ( byte the_randomBytes ) : System
the_randomBytes byte the random octets
return System