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