Dela via


SslCertAssetValidationType Struct

Definition

The validation type of a Ssl certificate.

public readonly struct SslCertAssetValidationType : IEquatable<Azure.Analytics.Defender.Easm.SslCertAssetValidationType>
type SslCertAssetValidationType = struct
Public Structure SslCertAssetValidationType
Implements IEquatable(Of SslCertAssetValidationType)
Inheritance
SslCertAssetValidationType
Implements

Constructors

SslCertAssetValidationType(String)

Initializes a new instance of SslCertAssetValidationType.

Properties

DomainValidation

domainValidation.

ExtendedValidation

extendedValidation.

OrganizationValidation

organizationValidation.

Methods

Equals(SslCertAssetValidationType)

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(SslCertAssetValidationType, SslCertAssetValidationType)

Determines if two SslCertAssetValidationType values are the same.

Implicit(String to SslCertAssetValidationType)

Converts a string to a SslCertAssetValidationType.

Inequality(SslCertAssetValidationType, SslCertAssetValidationType)

Determines if two SslCertAssetValidationType values are not the same.

Applies to