C# 클래스 Tpm2Lib.SessionIn

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : SessionIn
SessionIn ( ) : System
SessionIn ( SessionIn the_SessionIn ) : System
SessionIn ( TpmHandle the_handle, byte the_nonceCaller, SessionAttr the_attributes, byte the_auth ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : SessionIn
리턴 SessionIn

SessionIn() 공개 메소드

public SessionIn ( ) : System
리턴 System

SessionIn() 공개 메소드

public SessionIn ( SessionIn the_SessionIn ) : System
the_SessionIn SessionIn
리턴 System

SessionIn() 공개 메소드

public SessionIn ( TpmHandle the_handle, byte the_nonceCaller, SessionAttr the_attributes, byte the_auth ) : System
the_handle TpmHandle Session handle
the_nonceCaller byte Caller nonce
the_attributes SessionAttr Session attributes
the_auth byte AuthValue (or HMAC)
리턴 System