Ejemplo n.º 1
0
 public Rv C_DeriveKey(UInt32 hSession, ref Mechanism pMechanism, UInt32 hBaseKey, ref Core.Pkcs11.Attribute pTemplate, UInt32 ulAttributeCount, ref UInt32 phKey)
 {
     return(Rv.FUNCTION_NOT_SUPPORTED);
 }
Ejemplo n.º 2
0
 public Rv C_UnwrapKey(UInt32 hSession, ref Mechanism pMechanism, UInt32 hUnwrappingKey, IntPtr pWrappedKey, UInt32 ulWrappedKeyLen, ref Core.Pkcs11.Attribute pTemplate, UInt32 ulAttributeCount, ref UInt32 phKey)
 {
     return(Rv.FUNCTION_NOT_SUPPORTED);
 }
Ejemplo n.º 3
0
 public Rv C_GenerateKeyPair(UInt32 hSession, ref Mechanism pMechanism, ref Core.Pkcs11.Attribute pPublicKeyTemplate, UInt32 ulPublicKeyAttributeCount, ref Core.Pkcs11.Attribute pPrivateKeyTemplate, UInt32 ulPrivateKeyAttributeCount, ref UInt32 phPublicKey, ref UInt32 phPrivateKey)
 {
     return(Rv.FUNCTION_NOT_SUPPORTED);
 }
Ejemplo n.º 4
0
 public Rv C_FindObjectsInit(UInt32 hSession, ref Core.Pkcs11.Attribute pTemplate, UInt32 ulCount)
 {
     return(Rv.FUNCTION_NOT_SUPPORTED);
 }
Ejemplo n.º 5
0
 public Rv C_SetAttributeValue(UInt32 hSession, UInt32 hObject, ref Core.Pkcs11.Attribute pTemplate, UInt32 ulCount)
 {
     return(Rv.FUNCTION_NOT_SUPPORTED);
 }
Ejemplo n.º 6
0
 public Rv C_CopyObject(UInt32 hSession, UInt32 hObject, ref Core.Pkcs11.Attribute pTemplate, UInt32 ulCount, ref UInt32 phNewObject)
 {
     return(Rv.FUNCTION_NOT_SUPPORTED);
 }