ClusterCertificateStoreName Struct

Definition

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

Name Description
ClusterCertificateStoreName(String)

Initializes a new instance of ClusterCertificateStoreName.

Properties

Name Description
AddressBook

Static value for AddressBook.

AuthRoot

Static value for AuthRoot.

CertificateAuthority

Static value for CertificateAuthority.

Disallowed

Static value for Disallowed.

My

Static value for My.

Root

Static value for Root.

TrustedPeople

Static value for TrustedPeople.

TrustedPublisher

Static value for TrustedPublisher.

Methods

Name Description
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

Name Description
Equality(ClusterCertificateStoreName, ClusterCertificateStoreName)

Determines if two ClusterCertificateStoreName values are the same.

Implicit(String to ClusterCertificateStoreName)

Converts a string to a ClusterCertificateStoreName.

Implicit(String to Nullable<ClusterCertificateStoreName>)
Inequality(ClusterCertificateStoreName, ClusterCertificateStoreName)

Determines if two ClusterCertificateStoreName values are not the same.

Applies to