SecretAttributes.NotBefore Property

 

Gets or sets the not before date in UTC.

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

Syntax

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

Property Value

Type: System.Nullable<DateTime>

The not before date in UTC.

See Also

SecretAttributes Class
Microsoft.Azure.KeyVault Namespace

Return to top