Właściwość CryptographicProvider.DllPath
Pobiera lub ustawia ścieżka do pliku fizyczny, zawierający cryptographic dostawca.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DllPath As String
Get
Set
'Użycie
Dim instance As CryptographicProvider
Dim value As String
value = instance.DllPath
instance.DllPath = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DllPath { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DllPath {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DllPath : string with get, set
function get DllPath () : String
function set DllPath (value : String)
Wartość właściwości
Typ: System.String
A String wartość, która określa ścieżka do pliku fizyczny, który zawiera dostawca usług kryptograficznych.
Zobacz także