IContentKey.GetEncryptedKeyValue(X509Certificate2) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public byte[] GetEncryptedKeyValue (System.Security.Cryptography.X509Certificates.X509Certificate2 certToEncryptTo);
abstract member GetEncryptedKeyValue : System.Security.Cryptography.X509Certificates.X509Certificate2 -> byte[]
Public Function GetEncryptedKeyValue (certToEncryptTo As X509Certificate2) As Byte()
Parameters
- certToEncryptTo
- X509Certificate2
Returns
Byte[]