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