SecretsManagementSettings.CertificateStoreName 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.
Name of the certificate store to use on the machine, currently 'My' and 'Root' are supported.
public Azure.ResourceManager.DevOpsInfrastructure.Models.CertificateStoreNameOption? CertificateStoreName { get; set; }
member this.CertificateStoreName : Nullable<Azure.ResourceManager.DevOpsInfrastructure.Models.CertificateStoreNameOption> with get, set
Public Property CertificateStoreName As Nullable(Of CertificateStoreNameOption)