C# 클래스 Tpm2Lib.NvCertifyInfo

상속: TpmStructureBase, IAttestUnion
파일 보기 프로젝트 열기: Microsoft/TSS.MSR 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : NvCertifyInfo
GetUnionSelector ( ) : TpmSt
NvCertifyInfo ( ) : System
NvCertifyInfo ( NvCertifyInfo the_NvCertifyInfo ) : System
NvCertifyInfo ( byte the_indexName, ushort the_offset, byte the_nvContents ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : NvCertifyInfo
리턴 NvCertifyInfo

GetUnionSelector() 공개 메소드

public GetUnionSelector ( ) : TpmSt
리턴 TpmSt

NvCertifyInfo() 공개 메소드

public NvCertifyInfo ( ) : System
리턴 System

NvCertifyInfo() 공개 메소드

public NvCertifyInfo ( NvCertifyInfo the_NvCertifyInfo ) : System
the_NvCertifyInfo NvCertifyInfo
리턴 System

NvCertifyInfo() 공개 메소드

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
리턴 System