次の方法で共有


SigningKey Class

Definition

Represents the signing key.

public class SigningKey
type SigningKey = class
Public Class SigningKey
Inheritance
SigningKey

Constructors

SigningKey()

Initializes a new instance of the SigningKey class.

SigningKey(IList<DelegationSignerInfo>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>)

Initializes a new instance of the SigningKey class.

Properties

DelegationSignerInfo

Gets the delegation signer information.

Flags

Gets the flags specifies how the key is used.

KeyTag

Gets the key tag value of the DNSKEY Resource Record.

Protocol

Gets the protocol value. The value is always 3.

PublicKey

Gets the public key, represented as a Base64 encoding.

SecurityAlgorithmType

Gets the security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml

Applies to