C# 클래스 Tpm2Lib.SymDef

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

Private Properties

프로퍼티 타입 설명
ToHost void
ToNet void

공개 메소드들

메소드 설명
Copy ( ) : SymDef
SymDef ( ) : System
SymDef ( SymDef the_SymDef ) : System
SymDef ( TpmAlgId theAlg, TpmAlgId hmacHash ) : System
SymDef ( TpmAlgId the_Algorithm, ushort the_KeyBits, TpmAlgId the_Mode ) : System

비공개 메소드들

메소드 설명
ToHost ( Marshaller m ) : void
ToNet ( Marshaller m ) : void

메소드 상세

Copy() 공개 메소드

public Copy ( ) : SymDef
리턴 SymDef

SymDef() 공개 메소드

public SymDef ( ) : System
리턴 System

SymDef() 공개 메소드

public SymDef ( SymDef the_SymDef ) : System
the_SymDef SymDef
리턴 System

SymDef() 공개 메소드

public SymDef ( TpmAlgId theAlg, TpmAlgId hmacHash ) : System
theAlg TpmAlgId TpmAlgId.Xor or TpmAlgId.Null
hmacHash TpmAlgId Hash algorithm used with XOR algorithm in HMAC computation
리턴 System

SymDef() 공개 메소드

public SymDef ( TpmAlgId the_Algorithm, ushort the_KeyBits, TpmAlgId the_Mode ) : System
the_Algorithm TpmAlgId symmetric algorithm
the_KeyBits ushort key size in bits
the_Mode TpmAlgId encryption mode
리턴 System