C# Class Microsoft.Azure.Commands.KeyVault.SetAzureKeyVaultCertificatePolicy

Inheritance: Microsoft.Azure.Commands.KeyVault.Models.KeyVaultCmdletBase
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description
ValidateBothPercentageAndNumberOfDaysAreNotPresent void
ValidateDnsNames void
ValidateEkus void
ValidateKeyUsage void
ValidateRenewAtNumberOfDaysBeforeExpiry void
ValidateRenewAtPercentageLifetime void
ValidateSubjectName void

Protected Methods

Method Description
ProcessRecord ( ) : void

Private Methods

Method Description
ValidateBothPercentageAndNumberOfDaysAreNotPresent ( ) : void
ValidateDnsNames ( ) : void
ValidateEkus ( ) : void
ValidateKeyUsage ( ) : void
ValidateRenewAtNumberOfDaysBeforeExpiry ( ) : void
ValidateRenewAtPercentageLifetime ( ) : void
ValidateSubjectName ( ) : void

Method Details

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void