Share via


ISql90Certificate.NewKeySubject Property

Gets or sets the certificate subject name.

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

Syntax

'Declaration
Property NewKeySubject As String
string NewKeySubject { get; set; }
property String^ NewKeySubject {
    String^ get ();
    void set (String^ value);
}
abstract NewKeySubject : string with get, set
function get NewKeySubject () : String
function set NewKeySubject (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90Certificate Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace