C# 클래스 Net.Pkcs11Interop.HighLevelAPI80.MechanismParams.CkSsl3KeyMatOut

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

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes object

보호된 메소드들

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

Disposes object

비공개 메소드들

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

Initializes a new instance of the CkSsl3KeyMatOut 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