CreateKeyOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The key-specific properties needed to create a key using the KeyClient.
public class CreateKeyOptions
type CreateKeyOptions = class
Public Class CreateKeyOptions
- Inheritance
-
CreateKeyOptions
- Derived
Constructors
CreateKeyOptions() |
Initializes a new instance of the CreateKeyOptions class. |
Properties
Enabled |
Gets or sets a value indicating whether the key will be enabled. If null, the service default is used. |
ExpiresOn |
Gets or sets a DateTimeOffset indicating when the key will expire. |
Exportable |
Gets or sets a value indicating whether the private key can be exported. |
KeyOperations |
Gets a list of KeyOperation values the key should support. |
NotBefore |
Gets or sets a DateTimeOffset indicating when the key will be valid. |
ReleasePolicy |
Gets or sets the policy rules under which the key can be exported. |
Tags |
Gets a dictionary of tags with specific metadata about the key. Although this collection cannot be set, it can be modified or initialized with a collection initializer. |
Applies to
Azure SDK for .NET