KeyCredential Class

Definition

Active Directory Key Credential information.

public class KeyCredential
type KeyCredential = class
Public Class KeyCredential
Inheritance
KeyCredential

Constructors

KeyCredential()

Initializes a new instance of the KeyCredential class.

KeyCredential(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String)

Initializes a new instance of the KeyCredential class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

CustomKeyIdentifier

Gets or sets custom Key Identifier

EndDate

Gets or sets end date.

KeyId

Gets or sets key ID.

StartDate

Gets or sets start date.

Type

Gets or sets type. Acceptable values are 'AsymmetricX509Cert' and 'Symmetric'.

Usage

Gets or sets usage. Acceptable values are 'Verify' and 'Sign'.

Value

Gets or sets key value.

Applies to