KeyAttributes Constructor ()
Initializes a new instance of the KeyAttributes class.
Namespace: Microsoft.Azure.KeyVault
Assembly: Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)
Syntax
public KeyAttributes()
public:
KeyAttributes()
new : unit -> KeyAttributes
Public Sub New
Remarks
The defauts for the properties are: Enabled = null NotBefore = null Expires = null Created = null Updated = null
See Also
KeyAttributes Class
Microsoft.Azure.KeyVault Namespace
Return to top