IConsentDelegate.GetUserConsent(String) Method

Definition

This method is called prior to MIP accessing an external URL

public Microsoft.InformationProtection.Consent GetUserConsent (string url);
abstract member GetUserConsent : string -> Microsoft.InformationProtection.Consent
Public Function GetUserConsent (url As String) As Consent

Parameters

url
String

The URL that will be accessed

Returns

The level of consent the user grants to MIP when accessing the URL

Applies to