KeyTypes Class

Definition

Defines protocol-agnostic URIs that are used in the token request (RST) or response (RSTR) to indicate the desired or required key type.

public ref class KeyTypes abstract sealed
public static class KeyTypes
type KeyTypes = class
Public Class KeyTypes
Inheritance
KeyTypes

Fields

Asymmetric

A URI that represents the asymmetric key type; http://schemas.System.com/idfx/keytype/asymmetric.

Bearer

A URI that represents the bearer key type; http://schemas.System.com/idfx/keytype/bearer.

Symmetric

A URI that represents the symmetric key type; http://schemas.System.com/idfx/keytype/symmetric.

Applies to