Share via


KeyAttributes.Expires Property

 

Gets or sets the expiry date in UTC.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

public Nullable<DateTime> Expires { get; set; }
public:
property Nullable<DateTime> Expires {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member Expires : Nullable<DateTime> with get, set
Public Property Expires As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

The expiry date in UTC.

See Also

KeyAttributes Class
Microsoft.Azure.KeyVault Namespace

Return to top