你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
SslCertAssetValidationType(String)

Initializes a new instance of SslCertAssetValidationType.

Properties

Name Description
DomainValidation

domainValidation.

ExtendedValidation

extendedValidation.

OrganizationValidation

organizationValidation.

Methods

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

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