Net.Pkcs11Interop.LowLevelAPI40.CkmUtils.CreateMechanism C# (CSharp) Method

CreateMechanism() public static method

Creates mechanism of given type with no parameter
public static CreateMechanism ( CKM mechanism ) : CK_MECHANISM
mechanism CKM Mechanism type
return CK_MECHANISM
        public static CK_MECHANISM CreateMechanism(CKM mechanism)
        {
            return CreateMechanism((uint)mechanism);
        }

Same methods

CkmUtils::CreateMechanism ( CKM mechanism, byte parameter ) : CK_MECHANISM
CkmUtils::CreateMechanism ( CKM mechanism, object parameterStructure ) : CK_MECHANISM
CkmUtils::CreateMechanism ( uint mechanism ) : CK_MECHANISM
CkmUtils::CreateMechanism ( uint mechanism, byte parameter ) : CK_MECHANISM
CkmUtils::CreateMechanism ( uint mechanism, object parameterStructure ) : CK_MECHANISM