NewKeyParameters 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.
Describes parameters used for creation of a new cryptographic key.
public class NewKeyParameters
type NewKeyParameters = class
Public Class NewKeyParameters
- Inheritance
-
NewKeyParameters
Constructors
NewKeyParameters() |
Properties
Attributes |
Gets or sets the desired key management attributes. |
CurveName |
Gets or sets the name of desired curve for used with Elliptic Curve Cryptography (ECC) algorithms. |
KeyOps |
Gets or sets the desired operations that the key will support. |
KeySize |
Gets or sets the desired key size. |
Kty |
Gets or sets the desired JsonWebKey key type. Possible values include: 'EC', 'EC-HSM', 'RSA', 'RSA-HSM', 'oct' |
Tags |
Gets or sets application specific metadata in the form of key-value pairs. |
Applies to
Azure SDK for .NET