C# 클래스 Tpm2Lib.NvPublic

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : NvPublic
GetName ( ) : byte[]

Calculate and return the name of the entity. The name is an alg-prepended hash in a byte[]

NvPublic ( ) : System
NvPublic ( NvPublic the_NvPublic ) : System
NvPublic ( TpmHandle the_nvIndex, TpmAlgId the_nameAlg, NvAttr the_attributes, byte the_authPolicy, ushort the_dataSize ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : NvPublic
리턴 NvPublic

GetName() 공개 메소드

Calculate and return the name of the entity. The name is an alg-prepended hash in a byte[]
public GetName ( ) : byte[]
리턴 byte[]

NvPublic() 공개 메소드

public NvPublic ( ) : System
리턴 System

NvPublic() 공개 메소드

public NvPublic ( NvPublic the_NvPublic ) : System
the_NvPublic NvPublic
리턴 System

NvPublic() 공개 메소드

public NvPublic ( TpmHandle the_nvIndex, TpmAlgId the_nameAlg, NvAttr the_attributes, byte the_authPolicy, ushort the_dataSize ) : System
the_nvIndex TpmHandle the handle of the data area
the_nameAlg TpmAlgId hash algorithm used to compute the name of the Index and used for the authPolicy. For an extend index, the hash algorithm used for the extend.
the_attributes NvAttr the Index attributes
the_authPolicy byte optional access policy for the Index The policy is computed using the nameAlg NOTE Shall be the Empty Policy if no authorization policy is present.
the_dataSize ushort the size of the data area The maximum size is implementation-dependent. The minimum maximum size is platform-specific.
리턴 System