ClusterCertificateStoreName 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 local certificate store location.
public readonly struct ClusterCertificateStoreName : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ClusterCertificateStoreName>
type ClusterCertificateStoreName = struct
Public Structure ClusterCertificateStoreName
Implements IEquatable(Of ClusterCertificateStoreName)
- Inheritance
-
ClusterCertificateStoreName
- Implements
Constructors
ClusterCertificateStoreName(String) |
Initializes a new instance of ClusterCertificateStoreName. |
Properties
AddressBook |
AddressBook. |
AuthRoot |
AuthRoot. |
CertificateAuthority |
CertificateAuthority. |
Disallowed |
Disallowed. |
My |
My. |
Root |
Root. |
TrustedPeople |
TrustedPeople. |
TrustedPublisher |
TrustedPublisher. |
Methods
Equals(ClusterCertificateStoreName) |
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(ClusterCertificateStoreName, ClusterCertificateStoreName) |
Determines if two ClusterCertificateStoreName values are the same. |
Implicit(String to ClusterCertificateStoreName) |
Converts a string to a ClusterCertificateStoreName. |
Inequality(ClusterCertificateStoreName, ClusterCertificateStoreName) |
Determines if two ClusterCertificateStoreName values are not the same. |
Applies to
Azure SDK for .NET