Class Key
Signing key.
Inheritance
System.Object
Key
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class Key
Remarks
Additional details can be obtained by reading the RFC 7518 document or a more recent Stack Overflow question.
Constructors
| Name | Description |
|---|---|
| Key() |
Properties
| Name | Description |
|---|---|
| Exponent | Gets or sets the key exponent. |
| KeyId | Gets or sets the key ID. |
| KeyType | Gets or sets the key type. |
| Modulus | Gets or sets the key modulus. |
| Use | Gets or sets they key use. |
| X509CertificateChain | Gets or sets the X.509 certificate chain. |