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