CryptographicProvider.DllPath Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the path to the physical file that contains the cryptographic provider.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DllPath { get; set; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
property String^ DllPath {
    String^ get();
    void set(String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DllPath : string with get, set
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>
Public Property DllPath As String

Property Value

Type: System.String

A String value that specifies the path to the physical file that contains the cryptographic provider.

See Also

CryptographicProvider Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top