SecretAttributes Class
Represents the attributes of a secret managed by the KeyVault service.
Namespace: Microsoft.Azure.KeyVault
Assembly: Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.KeyVault.SecretAttributes
Syntax
[JsonObjectAttribute(MemberSerialization.OptIn)]
public class SecretAttributes
[JsonObjectAttribute(MemberSerialization::OptIn)]
public ref class SecretAttributes
[<JsonObjectAttribute(MemberSerialization.OptIn)>]
type SecretAttributes = class end
<JsonObjectAttribute(MemberSerialization.OptIn)>
Public Class SecretAttributes
Constructors
Name | Description | |
---|---|---|
SecretAttributes() | Initializes a new instance of the SecretAttributes class. |
Properties
Name | Description | |
---|---|---|
Created | Gets the creation time in UTC. |
|
Enabled | Determines whether the key is enabled. |
|
Expires | Gets or sets the expiry date in UTC. |
|
NotBefore | Gets or sets the not before date in UTC. |
|
Updated | Gets the last updated time in UTC. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | Converts the secret attributes to its string representation.(Overrides Object.ToString().) |
Fields
Name | Description | |
---|---|---|
PropertyCreated | Specifies the property created. |
|
PropertyEnabled | Specifies the enabled property. |
|
PropertyExpires | Specifies the property expires. |
|
PropertyNotBefore | Specifies the property not before. |
|
PropertyUpdated | Specifies the updated property. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.KeyVault Namespace
Return to top