Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
KeyType Struct
Definition
- Namespace:
- Azure.Security.KeyVault.Keys
- Assembly:
- Azure.Security.KeyVault.Keys.dll
- Package:
- Azure.Security.KeyVault.Keys v4.10.0
- Package:
- Azure.Security.KeyVault.Keys v4.11.0-beta.1
- Source:
- KeyType.cs
- Source:
- KeyType.cs
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.
JsonWebKey key types.
public readonly struct KeyType : IEquatable<Azure.Security.KeyVault.Keys.KeyType>
type KeyType = struct
Public Structure KeyType
Implements IEquatable(Of KeyType)
- Inheritance
-
KeyType
- Implements
Constructors
| Name | Description |
|---|---|
| KeyType(String) |
Initializes a new instance of the KeyType structure. |
Properties
| Name | Description |
|---|---|
| Ec |
An Elliptic Curve Cryptographic (ECC) algorithm. |
| EcHsm |
An Elliptic Curve Cryptographic (ECC) algorithm backed by a Hardware Security Module (HSM). |
| Oct |
An AES cryptographic algorithm. |
| OctHsm |
An AES cryptographic algorithm backed by a Hardware Security Module (HSM). |
| Rsa |
An RSA cryptographic algorithm. |
| RsaHsm |
An RSA cryptographic algorithm backed by a Hardware Security Module (HSM). |
Methods
| Name | Description |
|---|---|
| Equals(KeyType) |
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(KeyType, KeyType) |
Determines if two KeyType values are the same. |
| Implicit(String to KeyType) |
Converts a string to a KeyType. |
| Inequality(KeyType, KeyType) |
Determines if two KeyType values are different. |
Applies to
Azure SDK for .NET
Feedback
Was this page helpful?
