Dela via


ISql90Certificate.PrivateKeyFile Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property PrivateKeyFile As String
'Usage
Dim instance As ISql90Certificate 
Dim value As String 

value = instance.PrivateKeyFile

instance.PrivateKeyFile = value
string PrivateKeyFile { get; set; }
property String^ PrivateKeyFile {
    String^ get ();
    void set (String^ value);
}
function get PrivateKeyFile () : String 
function set PrivateKeyFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90Certificate Interface

ISql90Certificate Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace