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