C# 클래스 Net.Pkcs11Interop.LowLevelAPI40.CkmUtils

Utility class that helps to manage CK_MECHANISM structure
파일 보기 프로젝트 열기: Pkcs11Interop/Pkcs11Interop

공개 메소드들

메소드 설명
CreateMechanism ( CKM mechanism ) : CK_MECHANISM

Creates mechanism of given type with no parameter

CreateMechanism ( CKM mechanism, byte parameter ) : CK_MECHANISM

Creates mechanism of given type with byte array parameter

CreateMechanism ( CKM mechanism, object parameterStructure ) : CK_MECHANISM

Creates mechanism of given type with structure as parameter

CreateMechanism ( uint mechanism ) : CK_MECHANISM

Creates mechanism of given type with no parameter

CreateMechanism ( uint mechanism, byte parameter ) : CK_MECHANISM

Creates mechanism of given type with byte array parameter

CreateMechanism ( uint mechanism, object parameterStructure ) : CK_MECHANISM

Creates mechanism of given type with structure as parameter

비공개 메소드들

메소드 설명
_CreateMechanism ( uint mechanism, byte parameter ) : CK_MECHANISM

Creates mechanism of given type with parameter copied from managed byte array to the newly allocated unmanaged memory

메소드 상세

CreateMechanism() 공개 정적인 메소드

Creates mechanism of given type with no parameter
public static CreateMechanism ( CKM mechanism ) : CK_MECHANISM
mechanism CKM Mechanism type
리턴 CK_MECHANISM

CreateMechanism() 공개 정적인 메소드

Creates mechanism of given type with byte array parameter
public static CreateMechanism ( CKM mechanism, byte parameter ) : CK_MECHANISM
mechanism CKM Mechanism type
parameter byte Mechanism parameter
리턴 CK_MECHANISM

CreateMechanism() 공개 정적인 메소드

Creates mechanism of given type with structure as parameter
public static CreateMechanism ( CKM mechanism, object parameterStructure ) : CK_MECHANISM
mechanism CKM Mechanism type
parameterStructure object Structure with mechanism parameters
리턴 CK_MECHANISM

CreateMechanism() 공개 정적인 메소드

Creates mechanism of given type with no parameter
public static CreateMechanism ( uint mechanism ) : CK_MECHANISM
mechanism uint Mechanism type
리턴 CK_MECHANISM

CreateMechanism() 공개 정적인 메소드

Creates mechanism of given type with byte array parameter
public static CreateMechanism ( uint mechanism, byte parameter ) : CK_MECHANISM
mechanism uint Mechanism type
parameter byte Mechanism parameter
리턴 CK_MECHANISM

CreateMechanism() 공개 정적인 메소드

Creates mechanism of given type with structure as parameter
public static CreateMechanism ( uint mechanism, object parameterStructure ) : CK_MECHANISM
mechanism uint Mechanism type
parameterStructure object Structure with mechanism parameters
리턴 CK_MECHANISM