Właściwość CryptographicProvider.AsymmetricKeyExportable
Pobiera Boolean wartość określająca, czy klucz asymetrycznego 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 AsymmetricKeyExportable As Boolean
Get
'Użycie
Dim instance As CryptographicProvider
Dim value As Boolean
value = instance.AsymmetricKeyExportable
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool AsymmetricKeyExportable { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool AsymmetricKeyExportable {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AsymmetricKeyExportable : bool
function get AsymmetricKeyExportable () : boolean
Wartość właściwości
Typ: System.Boolean
A Boolean wartość określająca, czy klucz asymetrycznego jest eksportowalny.
Zwraca True Jeśli klucz asymetrycznego jest eksportowalny; w przeciwnym razie False.
Zobacz także