KeyEncryptionAlgorithm propriété
Gets the encryption algorithm used to encrypt the asymmetric key.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property KeyEncryptionAlgorithm As AsymmetricKeyEncryptionAlgorithm
Get
'Utilisation
Dim instance As AsymmetricKey
Dim value As AsymmetricKeyEncryptionAlgorithm
value = instance.KeyEncryptionAlgorithm
[SfcPropertyAttribute]
public AsymmetricKeyEncryptionAlgorithm KeyEncryptionAlgorithm { get; }
[SfcPropertyAttribute]
public:
property AsymmetricKeyEncryptionAlgorithm KeyEncryptionAlgorithm {
AsymmetricKeyEncryptionAlgorithm get ();
}
[<SfcPropertyAttribute>]
member KeyEncryptionAlgorithm : AsymmetricKeyEncryptionAlgorithm
function get KeyEncryptionAlgorithm () : AsymmetricKeyEncryptionAlgorithm
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .AsymmetricKeyEncryptionAlgorithm
A AsymmetricKeyEncryptionAlgorithm object value that specifies the encryption algorithm used to encrypt the asymmetric key.
Voir aussi