EncryptionUtils.EncryptSymmetricKey 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 static byte[] EncryptSymmetricKey (System.Security.Cryptography.X509Certificates.X509Certificate2 cert, System.Security.Cryptography.SymmetricAlgorithm aes);
static member EncryptSymmetricKey : System.Security.Cryptography.X509Certificates.X509Certificate2 * System.Security.Cryptography.SymmetricAlgorithm -> byte[]
Public Shared Function EncryptSymmetricKey (cert As X509Certificate2, aes As SymmetricAlgorithm) As Byte()
Parameters
- cert
- X509Certificate2
Returns
Byte[]
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET