AuthorizeViewCore.GetAuthorizeData 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.
Gets the data required to apply authorization rules.
protected:
abstract cli::array <Microsoft::AspNetCore::Authorization::IAuthorizeData ^> ^ GetAuthorizeData();
protected abstract Microsoft.AspNetCore.Authorization.IAuthorizeData[] GetAuthorizeData ();
protected abstract Microsoft.AspNetCore.Authorization.IAuthorizeData[]? GetAuthorizeData ();
abstract member GetAuthorizeData : unit -> Microsoft.AspNetCore.Authorization.IAuthorizeData[]
Protected MustOverride Function GetAuthorizeData () As IAuthorizeData()