Condividi tramite


Proprietà AsymmetricKey.KeyEncryptionAlgorithm

Gets the encryption algorithm used to encrypt the asymmetric key.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property KeyEncryptionAlgorithm As AsymmetricKeyEncryptionAlgorithm 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

AsymmetricKey Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

CREATE ASYMMETRIC KEY (Transact-SQL)