Share via


CertificateType Struct

Definition

Types of certificates supported.

public readonly struct CertificateType : IEquatable<Azure.Developer.LoadTesting.CertificateType>
type CertificateType = struct
Public Structure CertificateType
Implements IEquatable(Of CertificateType)
Inheritance
CertificateType
Implements

Constructors

CertificateType(String)

Initializes a new instance of CertificateType.

Properties

KeyVaultCertificateUri

If the certificate is stored in an Azure Key Vault.

Methods

Equals(CertificateType)

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

Determines if two CertificateType values are the same.

Implicit(String to CertificateType)

Converts a String to a CertificateType.

Inequality(CertificateType, CertificateType)

Determines if two CertificateType values are not the same.

Applies to