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