CertManagerPrivateKey(PrivateKeyAlgorithm, PrivateKeyRotationPolicy) Constructor
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.
Initializes a new instance of CertManagerPrivateKey.
public CertManagerPrivateKey(Azure.ResourceManager.IotOperations.Models.PrivateKeyAlgorithm algorithm, Azure.ResourceManager.IotOperations.Models.PrivateKeyRotationPolicy rotationPolicy);
new Azure.ResourceManager.IotOperations.Models.CertManagerPrivateKey : Azure.ResourceManager.IotOperations.Models.PrivateKeyAlgorithm * Azure.ResourceManager.IotOperations.Models.PrivateKeyRotationPolicy -> Azure.ResourceManager.IotOperations.Models.CertManagerPrivateKey
Public Sub New (algorithm As PrivateKeyAlgorithm, rotationPolicy As PrivateKeyRotationPolicy)
Parameters
- algorithm
- PrivateKeyAlgorithm
algorithm for private key.
- rotationPolicy
- PrivateKeyRotationPolicy
cert-manager private key rotationPolicy.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET