Właściwość CryptographicProvider.SymmetricKeySupported
Pobiera Boolean wartość określająca, czy jest obsługiwane klucz zawartości.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SymmetricKeySupported As Boolean
Get
'Użycie
Dim instance As CryptographicProvider
Dim value As Boolean
value = instance.SymmetricKeySupported
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool SymmetricKeySupported { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool SymmetricKeySupported {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SymmetricKeySupported : bool
function get SymmetricKeySupported () : boolean
Wartość właściwości
Typ: System.Boolean
A Boolean wartość określająca, czy jest obsługiwane klucz zawartości.
Zwraca True Jeśli klucz zawartości jest obsługiwana; w przeciwnym razie False.
Zobacz także