IAuthDelegate Interface
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.
Interface that is used to provide mip with the user token.
public interface IAuthDelegate
type IAuthDelegate = interface
Public Interface IAuthDelegate
Methods
AcquireToken(Identity, String, String, String) |
This method is called when an auth token is required for the policy engine with the given identity and the given challenge. |