IPolicyProfile.AcquireAuthToken(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 an authentication callback
public void AcquireAuthToken (Microsoft.InformationProtection.Cloud cloud, Microsoft.InformationProtection.IAuthDelegate authDelegate);
abstract member AcquireAuthToken : Microsoft.InformationProtection.Cloud * Microsoft.InformationProtection.IAuthDelegate -> unit
Public Sub AcquireAuthToken (cloud As Cloud, authDelegate As IAuthDelegate)
Parameters
- cloud
- Cloud
Azure cloud.
- authDelegate
- IAuthDelegate
Authentication callback that will be invoked.