Share via


ISql90Certificate.NewKeyExpireDate Property

Gets or sets the certificate expiration date.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90Certificate Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace