KeyProperties 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.
Properties of the key pair backing a certificate.
public class KeyProperties
type KeyProperties = class
Public Class KeyProperties
- Inheritance
-
KeyProperties
Constructors
KeyProperties() |
Initializes a new instance of the KeyProperties class. |
KeyProperties(Nullable<Boolean>, String, Nullable<Int32>, Nullable<Boolean>, String) |
Properties
Curve | |
Exportable |
Gets or sets indicates if the private key can be exported. |
KeySize |
Gets or sets the key size in bytes. For example; 1024 or 2048. |
KeyType |
Gets or sets the key type. |
ReuseKey |
Gets or sets indicates if the same key pair will be used on certificate renewal. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET