C# 클래스 Tpm2Lib.Tpm2PolicyDuplicationSelectRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2PolicyDuplicationSelectRequest
Tpm2PolicyDuplicationSelectRequest ( ) : System
Tpm2PolicyDuplicationSelectRequest ( Tpm2PolicyDuplicationSelectRequest the_Tpm2PolicyDuplicationSelectRequest ) : System
Tpm2PolicyDuplicationSelectRequest ( TpmHandle the_policySession, byte the_objectName, byte the_newParentName, byte the_includeObject ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2PolicyDuplicationSelectRequest
리턴 Tpm2PolicyDuplicationSelectRequest

Tpm2PolicyDuplicationSelectRequest() 공개 메소드

public Tpm2PolicyDuplicationSelectRequest ( ) : System
리턴 System

Tpm2PolicyDuplicationSelectRequest() 공개 메소드

public Tpm2PolicyDuplicationSelectRequest ( Tpm2PolicyDuplicationSelectRequest the_Tpm2PolicyDuplicationSelectRequest ) : System
the_Tpm2PolicyDuplicationSelectRequest Tpm2PolicyDuplicationSelectRequest
리턴 System

Tpm2PolicyDuplicationSelectRequest() 공개 메소드

public Tpm2PolicyDuplicationSelectRequest ( TpmHandle the_policySession, byte the_objectName, byte the_newParentName, byte the_includeObject ) : System
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_objectName byte the Name of the object to be duplicated
the_newParentName byte the Name of the new parent
the_includeObject byte if YES, the objectName will be included in the value in policySessionpolicyDigest
리턴 System