public C_WrapKey ( uint session, |
||
session | uint | The session's handle |
mechanism | Wrapping mechanism | |
wrappingKey | uint | The handle of the wrapping key |
key | uint | The handle of the key to be wrapped |
wrappedKey | byte | /// If set to null then the length of wrapped key is returned in "wrappedKeyLen" parameter, without actually returning wrapped key. /// If not set to null then "wrappedKeyLen" parameter must contain the lenght of wrappedKey array and wrapped key is returned in "wrappedKey" parameter. /// |
wrappedKeyLen | uint | Location that receives the length of the wrapped key |
return | CKR |