IFileProfile.AcquirePolicyAuthToken(Cloud, IAuthDelegate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.