KeyAttributes.Created Property
Gets the creation time in UTC.
Namespace: Microsoft.Azure.KeyVault
Assembly: Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)
Syntax
public Nullable<DateTime> Created { get; }
public:
property Nullable<DateTime> Created {
Nullable<DateTime> get();
}
member Created : Nullable<DateTime> with get
Public ReadOnly Property Created As Nullable(Of Date)
Property Value
Type: System.Nullable<DateTime>
The creation time in UTC.
See Also
KeyAttributes Class
Microsoft.Azure.KeyVault Namespace
Return to top