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