IFileProfile.AcquirePolicyAuthToken(Cloud, IAuthDelegate) Method

Definition

Trigger a policy authentication callback

public void AcquirePolicyAuthToken (Microsoft.InformationProtection.Cloud cloud, Microsoft.InformationProtection.IAuthDelegate authDelegate);
abstract member AcquirePolicyAuthToken : Microsoft.InformationProtection.Cloud * Microsoft.InformationProtection.IAuthDelegate -> unit
Public Sub AcquirePolicyAuthToken (cloud As Cloud, authDelegate As IAuthDelegate)

Parameters

cloud
Cloud

Azure cloud.

authDelegate
IAuthDelegate

Authentication callback that will be invoked.

Applies to