Table of Contents

Class PublicClientApplicationExtensions

Namespace
Microsoft.Identity.Client
Assembly
Microsoft.Identity.Client.dll

Extensibility methods for IPublicClientApplication

public static class PublicClientApplicationExtensions
Inheritance
PublicClientApplicationExtensions
Inherited Members

Methods

IsProofOfPossessionSupportedByClient(IPublicClientApplication)

Used to determine if the currently available broker is able to perform Proof-of-Possession.

public static bool IsProofOfPossessionSupportedByClient(this IPublicClientApplication app)

Parameters

app IPublicClientApplication

Returns

bool

Boolean indicating if Proof-of-Possession is supported