C# 클래스 Tpm2Lib.AuthCommand

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AuthCommand ( ) : System
AuthCommand ( AuthCommand the_AuthCommand ) : System
AuthCommand ( TpmHandle the_sessionHandle, byte the_nonce, SessionAttr the_sessionAttributes, byte the_hmac ) : System
Copy ( ) : AuthCommand

메소드 상세

AuthCommand() 공개 메소드

public AuthCommand ( ) : System
리턴 System

AuthCommand() 공개 메소드

public AuthCommand ( AuthCommand the_AuthCommand ) : System
the_AuthCommand AuthCommand
리턴 System

AuthCommand() 공개 메소드

public AuthCommand ( TpmHandle the_sessionHandle, byte the_nonce, SessionAttr the_sessionAttributes, byte the_hmac ) : System
the_sessionHandle TpmHandle the session handle
the_nonce byte the session nonce, may be the Empty Buffer
the_sessionAttributes SessionAttr the session attributes
the_hmac byte either an HMAC, a password, or an EmptyAuth
리턴 System

Copy() 공개 메소드

public Copy ( ) : AuthCommand
리턴 AuthCommand