Partager via


AuthorizationCallHandler.OperationName Property

Gets or sets the security operation name to check with.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security.PolicyInjection
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security (in Microsoft.Practices.EnterpriseLibrary.Security.dll)

Syntax

'Declaration
Public Property OperationName As String
public string OperationName { get; set; }
public:
property String^ OperationName {
    String^ get ();
    void set (String^ value);
}
public function get OperationName () : String
public function set OperationName (value : String)

Field Value

operation name.

Remarks

The operation name can include tokens. See the MethodInvocationFormatter for the list.

See Also

AuthorizationCallHandler Class

Microsoft.Practices.EnterpriseLibrary.Security.PolicyInjection Namespace