BenSelect Documentation
CreatePKCS7Signature Method
See Also  Send Feedback
Selerix.Foundation.Interfaces Namespace > ISecurityService Interface : CreatePKCS7Signature Method
data
Data to sign
p12cert
public certificate
key
private key
detached
If detached is true, the signature is detached.
Sign data with certificate and return signature

Syntax

JScript 
function CreatePKCS7Signature( 
   data : byte[],
   p12cert : byte[],
   key : byte[],
   detached : boolean
) : byte[];

Parameters

data
Data to sign
p12cert
public certificate
key
private key
detached
If detached is true, the signature is detached.

Return Value

The signature

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.