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
| 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. |