SecretAttributes Constructor ()

 

Initializes a new instance of the SecretAttributes class.

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

Syntax

public SecretAttributes()
public:
SecretAttributes()
new : unit -> SecretAttributes
Public Sub New

Remarks

The defauts for the properties are: Enabled = null NotBefore = null Expires = null Created = null Updated = null

See Also

SecretAttributes Class
Microsoft.Azure.KeyVault Namespace

Return to top