PSKeyVaultCertificatePolicy Constructors
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.
Overloads
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
- issuerName
- String
- certificateType
- String
- secretContentType
- String
- subjectName
- String
- keyType
- String
- keySize
- Int32
- curve
- String