CertificatePolicy.KeyType Property
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.
Gets or sets the type of backing key to be generated when issuing new certificates.
public Azure.Security.KeyVault.Certificates.CertificateKeyType? KeyType { get; set; }
member this.KeyType : Nullable<Azure.Security.KeyVault.Certificates.CertificateKeyType> with get, set
Public Property KeyType As Nullable(Of CertificateKeyType)