C# Class Tpm2Lib.CertifyInfo

Inheritance: TpmStructureBase, IAttestUnion
显示文件 Open project: Microsoft/TSS.MSR Class Usage Examples

Public Methods

Method Description
CertifyInfo ( ) : System
CertifyInfo ( CertifyInfo the_CertifyInfo ) : System
CertifyInfo ( byte the_name, byte the_qualifiedName ) : System
Copy ( ) : CertifyInfo
GetUnionSelector ( ) : TpmSt

Method Details

CertifyInfo() public method

public CertifyInfo ( ) : System
return System

CertifyInfo() public method

public CertifyInfo ( CertifyInfo the_CertifyInfo ) : System
the_CertifyInfo CertifyInfo
return System

CertifyInfo() public method

public CertifyInfo ( byte the_name, byte the_qualifiedName ) : System
the_name byte Name of the certified object
the_qualifiedName byte Qualified Name of the certified object
return System

Copy() public method

public Copy ( ) : CertifyInfo
return CertifyInfo

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmSt
return TpmSt