Compartir a través de


AsymmetricKey.KeyEncryptionAlgorithm Propiedad

Gets the encryption algorithm used to encrypt the asymmetric key.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property KeyEncryptionAlgorithm As AsymmetricKeyEncryptionAlgorithm 
    Get
'Uso
Dim instance As AsymmetricKey 
Dim value As AsymmetricKeyEncryptionAlgorithm 

value = instance.KeyEncryptionAlgorithm
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public AsymmetricKeyEncryptionAlgorithm KeyEncryptionAlgorithm { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property AsymmetricKeyEncryptionAlgorithm KeyEncryptionAlgorithm {
    AsymmetricKeyEncryptionAlgorithm get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member KeyEncryptionAlgorithm : AsymmetricKeyEncryptionAlgorithm
function get KeyEncryptionAlgorithm () : AsymmetricKeyEncryptionAlgorithm

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm
A AsymmetricKeyEncryptionAlgorithm object value that specifies the encryption algorithm used to encrypt the asymmetric key.

Ejemplos

Establecer propiedades

Vea también

Referencia

AsymmetricKey Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

CREATE ASYMMETRIC KEY (Transact-SQL)