CommonEncryption.EncryptContentKeyToCertificate Method

Definition

public static byte[] EncryptContentKeyToCertificate (System.Security.Cryptography.X509Certificates.X509Certificate2 cert, byte[] contentKey);
static member EncryptContentKeyToCertificate : System.Security.Cryptography.X509Certificates.X509Certificate2 * byte[] -> byte[]
Public Shared Function EncryptContentKeyToCertificate (cert As X509Certificate2, contentKey As Byte()) As Byte()

Parameters

contentKey
Byte[]

Returns

Byte[]

Applies to