C# 클래스 Tpm2Lib.AlgorithmDescription

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AlgorithmDescription ( ) : System
AlgorithmDescription ( AlgorithmDescription the_AlgorithmDescription ) : System
AlgorithmDescription ( TpmAlgId the_alg, AlgorithmAttr the_attributes ) : System
Copy ( ) : AlgorithmDescription

메소드 상세

AlgorithmDescription() 공개 메소드

public AlgorithmDescription ( ) : System
리턴 System

AlgorithmDescription() 공개 메소드

public AlgorithmDescription ( AlgorithmDescription the_AlgorithmDescription ) : System
the_AlgorithmDescription AlgorithmDescription
리턴 System

AlgorithmDescription() 공개 메소드

public AlgorithmDescription ( TpmAlgId the_alg, AlgorithmAttr the_attributes ) : System
the_alg TpmAlgId an algorithm
the_attributes AlgorithmAttr the attributes of the algorithm
리턴 System

Copy() 공개 메소드

public Copy ( ) : AlgorithmDescription
리턴 AlgorithmDescription