CertificateStoreNameOption Struct
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.
The certificate store name type.
public readonly struct CertificateStoreNameOption : IEquatable<Azure.ResourceManager.DevOpsInfrastructure.Models.CertificateStoreNameOption>
type CertificateStoreNameOption = struct
Public Structure CertificateStoreNameOption
Implements IEquatable(Of CertificateStoreNameOption)
- Inheritance
-
CertificateStoreNameOption
- Implements
Constructors
| Name | Description |
|---|---|
| CertificateStoreNameOption(String) |
Initializes a new instance of CertificateStoreNameOption. |
Properties
| Name | Description |
|---|---|
| My |
The X.509 certificate store for personal certificates. |
| Root |
The X.509 certificate store for trusted root certificate authorities (CAs). |
Methods
| Name | Description |
|---|---|
| Equals(CertificateStoreNameOption) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(CertificateStoreNameOption, CertificateStoreNameOption) |
Determines if two CertificateStoreNameOption values are the same. |
| Implicit(String to CertificateStoreNameOption) |
Converts a string to a CertificateStoreNameOption. |
| Implicit(String to Nullable<CertificateStoreNameOption>) | |
| Inequality(CertificateStoreNameOption, CertificateStoreNameOption) |
Determines if two CertificateStoreNameOption values are not the same. |