public C_SignFinal ( ulong session, byte signature, ulong &signatureLen ) : CKR | ||
session | ulong | The session's handle |
signature | byte | /// If set to null then the length of signature is returned in "signatureLen" parameter, without actually returning signature. /// If not set to null then "signatureLen" parameter must contain the lenght of signature array and signature is returned in "signature" parameter. /// |
signatureLen | ulong | Location that holds the length of the signature |
리턴 | CKR |