SslCertAssetValidationType 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 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
Azure SDK for .NET