你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSKeyVaultCertificatePolicy Constructors

Definition

Overloads

PSKeyVaultCertificatePolicy()
PSKeyVaultCertificatePolicy(IList<String>, IList<String>, IList<String>, Nullable<Boolean>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, String, Nullable<Int32>, String, Int32, String, Nullable<Boolean>, Nullable<Boolean>)

PSKeyVaultCertificatePolicy()

public PSKeyVaultCertificatePolicy ();
Public Sub New ()

Applies to

PSKeyVaultCertificatePolicy(IList<String>, IList<String>, IList<String>, Nullable<Boolean>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, String, Nullable<Int32>, String, Int32, String, Nullable<Boolean>, Nullable<Boolean>)

public PSKeyVaultCertificatePolicy (System.Collections.Generic.IList<string> dnsNames, System.Collections.Generic.IList<string> keyUsages, System.Collections.Generic.IList<string> ekus, bool? enabled, string issuerName, string certificateType, int? renewAtNumberOfDaysBeforeExpiry, int? renewAtPercentageLifetime, int? emailAtNumberOfDaysBeforeExpiry, int? emailAtPercentageLifetime, bool? reuseKeyOnRenewal, string secretContentType, string subjectName, int? validityInMonths, string keyType, int keySize, string curve, bool? exportable, bool? certificateTransparency);
new Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<bool> * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * string * string * Nullable<int> * string * int * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy
Public Sub New (dnsNames As IList(Of String), keyUsages As IList(Of String), ekus As IList(Of String), enabled As Nullable(Of Boolean), issuerName As String, certificateType As String, renewAtNumberOfDaysBeforeExpiry As Nullable(Of Integer), renewAtPercentageLifetime As Nullable(Of Integer), emailAtNumberOfDaysBeforeExpiry As Nullable(Of Integer), emailAtPercentageLifetime As Nullable(Of Integer), reuseKeyOnRenewal As Nullable(Of Boolean), secretContentType As String, subjectName As String, validityInMonths As Nullable(Of Integer), keyType As String, keySize As Integer, curve As String, exportable As Nullable(Of Boolean), certificateTransparency As Nullable(Of Boolean))

Parameters

dnsNames
IList<String>
keyUsages
IList<String>
ekus
IList<String>
enabled
Nullable<Boolean>
issuerName
String
certificateType
String
renewAtNumberOfDaysBeforeExpiry
Nullable<Int32>
renewAtPercentageLifetime
Nullable<Int32>
emailAtNumberOfDaysBeforeExpiry
Nullable<Int32>
emailAtPercentageLifetime
Nullable<Int32>
reuseKeyOnRenewal
Nullable<Boolean>
secretContentType
String
subjectName
String
validityInMonths
Nullable<Int32>
keyType
String
keySize
Int32
curve
String
exportable
Nullable<Boolean>
certificateTransparency
Nullable<Boolean>

Applies to