public C_UnwrapKey ( ulong session, CK_MECHANISM &mechanism, ulong unwrappingKey, byte wrappedKey, ulong wrappedKeyLen, CK_ATTRIBUTE template, ulong attributeCount, ulong &key ) : CKR | ||
session | ulong | The session's handle |
mechanism | CK_MECHANISM | Unwrapping mechanism |
unwrappingKey | ulong | The handle of the unwrapping key |
wrappedKey | byte | Wrapped key |
wrappedKeyLen | ulong | The length of the wrapped key |
template | CK_ATTRIBUTE | The template for the new key |
attributeCount | ulong | The number of attributes in the template |
key | ulong | Location that receives the handle of the unwrapped key |
return | CKR |