C# 클래스 Tpm2Lib.AlgArray

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

공개 메소드들

메소드 설명
AlgArray ( ) : System
AlgArray ( AlgArray the_AlgArray ) : System
AlgArray ( TpmAlgId the_algorithms ) : System
Copy ( ) : AlgArray

메소드 상세

AlgArray() 공개 메소드

public AlgArray ( ) : System
리턴 System

AlgArray() 공개 메소드

public AlgArray ( AlgArray the_AlgArray ) : System
the_AlgArray AlgArray
리턴 System

AlgArray() 공개 메소드

public AlgArray ( TpmAlgId the_algorithms ) : System
the_algorithms TpmAlgId a list of algorithm IDs The maximum only applies to an algorithm list in a command. The response size is limited only by the size of the parameter buffer.
리턴 System

Copy() 공개 메소드

public Copy ( ) : AlgArray
리턴 AlgArray