IConsentDelegate.GetUserConsent(String) 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.
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