PublicClientApplicationExtensions.IsProofOfPossessionSupportedByClient Method

Definition

Overloads

IsProofOfPossessionSupportedByClient(IPublicClientApplication)

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

IsProofOfPossessionSupportedByClient(IPublicClientApplication)

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

public static bool IsProofOfPossessionSupportedByClient (this Microsoft.Identity.Client.IPublicClientApplication app);
static member IsProofOfPossessionSupportedByClient : Microsoft.Identity.Client.IPublicClientApplication -> bool
<Extension()>
Public Function IsProofOfPossessionSupportedByClient (app As IPublicClientApplication) As Boolean

Parameters

Returns

Boolean indicating if Proof-of-Possession is supported

Applies to