Share via


KeyVaultSigningKeyType Struct

Definition

The KeyVaultSigningKeyType.

public readonly struct KeyVaultSigningKeyType : IEquatable<Azure.ResourceManager.Cdn.Models.KeyVaultSigningKeyType>
type KeyVaultSigningKeyType = struct
Public Structure KeyVaultSigningKeyType
Implements IEquatable(Of KeyVaultSigningKeyType)
Inheritance
KeyVaultSigningKeyType
Implements

Constructors

KeyVaultSigningKeyType(String)

Initializes a new instance of KeyVaultSigningKeyType.

Properties

KeyVaultSigningKey

KeyVaultSigningKeyParameters.

Methods

Equals(KeyVaultSigningKeyType)

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

Determines if two KeyVaultSigningKeyType values are the same.

Implicit(String to KeyVaultSigningKeyType)

Converts a string to a KeyVaultSigningKeyType.

Inequality(KeyVaultSigningKeyType, KeyVaultSigningKeyType)

Determines if two KeyVaultSigningKeyType values are not the same.

Applies to