Udostępnij przez


Właściwość CryptographicProvider.Enabled

Pobiera lub ustawia Boolean wartość określająca, czy włączono dostawca usług kryptograficznych.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")> _
Public Property Enabled As Boolean
    Get
    Set
'Użycie
Dim instance As CryptographicProvider
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")]
public bool Enabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"true")]
public:
property bool Enabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")>]
member Enabled : bool with get, set
function get Enabled () : boolean
function set Enabled (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy włączono dostawca usług kryptograficznych.
Zwraca True Jeśli dostawca usług kryptograficznych jest włączone; w przeciwnym razie False.