Aracılığıyla paylaş


AppCompatSwitches Class

Definition

Identifiers used for switching between different app compat behaviors within the Microsoft.IdentityModel libraries.

public static class AppCompatSwitches
type AppCompatSwitches = class
Public Class AppCompatSwitches
Inheritance
AppCompatSwitches

Remarks

Use Microsoft.IdentityModel.Tokens.AppContextSwitches instead.

Fields

UseRfcDefinitionOfEpkAndKid

Uses KeyExchangePublicKey for the token's kid header parameter. When using ECDH-based key wrap algorithms the public key portion of Key is also written to the token's epk header parameter.

Applies to