C# Class Tpm2Lib.NvCertifyInfo

Inheritance: TpmStructureBase, IAttestUnion
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : NvCertifyInfo
GetUnionSelector ( ) : TpmSt
NvCertifyInfo ( ) : System
NvCertifyInfo ( NvCertifyInfo the_NvCertifyInfo ) : System
NvCertifyInfo ( byte the_indexName, ushort the_offset, byte the_nvContents ) : System

Method Details

Copy() public méthode

public Copy ( ) : NvCertifyInfo
Résultat NvCertifyInfo

GetUnionSelector() public méthode

public GetUnionSelector ( ) : TpmSt
Résultat TpmSt

NvCertifyInfo() public méthode

public NvCertifyInfo ( ) : System
Résultat System

NvCertifyInfo() public méthode

public NvCertifyInfo ( NvCertifyInfo the_NvCertifyInfo ) : System
the_NvCertifyInfo NvCertifyInfo
Résultat System

NvCertifyInfo() public méthode

public NvCertifyInfo ( byte the_indexName, ushort the_offset, byte the_nvContents ) : System
the_indexName byte Name of the NV Index
the_offset ushort the offset parameter of TPM2_NV_Certify()
the_nvContents byte contents of the NV Index
Résultat System