ManagementAuthorizationProvider.RevokeConfigurationPath(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.
When overridden in a derived class, removes authorization scopes for the specified configuration path.
public:
abstract void RevokeConfigurationPath(System::String ^ configurationPath);
public abstract void RevokeConfigurationPath (string configurationPath);
abstract member RevokeConfigurationPath : string -> unit
Public MustOverride Sub RevokeConfigurationPath (configurationPath As String)
Parameters
- configurationPath
- String
The configuration path.