C# 클래스 Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkWtlsKeyMatOut

Resulting key handles and initialization vectors after performing a DeriveKey method with the CKM_WTLS_SERVER_KEY_AND_MAC_DERIVE or with the CKM_WTLS_CLIENT_KEY_AND_MAC_DERIVE mechanism
상속: IDisposable
파일 보기 프로젝트 열기: Pkcs11Interop/Pkcs11Interop 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes object

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes object

비공개 메소드들

메소드 설명
CkWtlsKeyMatOut ( ulong ivLength ) : System

Initializes a new instance of the CkWtlsKeyMatOut class.

메소드 상세

Dispose() 공개 메소드

Disposes object
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Disposes object
protected Dispose ( bool disposing ) : void
disposing bool Flag indicating whether managed resources should be disposed
리턴 void