CertificateConfigurationStoreName 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 System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.
public readonly struct CertificateConfigurationStoreName : IEquatable<Azure.ResourceManager.ApiManagement.Models.CertificateConfigurationStoreName>
type CertificateConfigurationStoreName = struct
Public Structure CertificateConfigurationStoreName
Implements IEquatable(Of CertificateConfigurationStoreName)
- Inheritance
-
CertificateConfigurationStoreName
- Implements
Constructors
CertificateConfigurationStoreName(String) |
Initializes a new instance of CertificateConfigurationStoreName. |
Properties
CertificateAuthority |
CertificateAuthority. |
Root |
Root. |
Methods
Equals(CertificateConfigurationStoreName) |
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
Equality(CertificateConfigurationStoreName, CertificateConfigurationStoreName) |
Determines if two CertificateConfigurationStoreName values are the same. |
Implicit(String to CertificateConfigurationStoreName) |
Converts a string to a CertificateConfigurationStoreName. |
Inequality(CertificateConfigurationStoreName, CertificateConfigurationStoreName) |
Determines if two CertificateConfigurationStoreName values are not the same. |
Applies to
Azure SDK for .NET