IpFilterAuthorizationRule Class

Definition

[System.Runtime.Serialization.DataContract(Name="IpFilterAuthorizationRule", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class IpFilterAuthorizationRule : Microsoft.ServiceBus.Messaging.AuthorizationRule
[<System.Runtime.Serialization.DataContract(Name="IpFilterAuthorizationRule", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type IpFilterAuthorizationRule = class
    inherit AuthorizationRule
Public Class IpFilterAuthorizationRule
Inherits AuthorizationRule
Inheritance
IpFilterAuthorizationRule
Attributes

Constructors

IpFilterAuthorizationRule(String, IpFilterActionType, String)

Fields

NameIdentifierClaimType

The name identifier claim rule.

(Inherited from AuthorizationRule)
RoleClaimType

The role role claim rule.

(Inherited from AuthorizationRule)
RoleRoleClaimType

The role role claim rule.

(Inherited from AuthorizationRule)
SharedAccessKeyClaimType

The shared access key claim rule.

(Inherited from AuthorizationRule)
ShortNameIdentifierClaimType

The short name identifier claim rule.

(Inherited from AuthorizationRule)
ShortUpnClaimType

The short UPN claim rule.

(Inherited from AuthorizationRule)
UpnClaimType

The UPN claim rule.

(Inherited from AuthorizationRule)

Properties

Action
ClaimType

Gets or sets the claim type.

(Inherited from AuthorizationRule)
ClaimValue

Gets or sets the claim value which is either ‘Send’, ‘Listen’, or ‘Manage’.

(Inherited from AuthorizationRule)
CreatedTime

Gets or sets the date and time when the authorization rule was created.

(Inherited from AuthorizationRule)
IpMaskString
IssuerName

Gets or sets the name identifier of the issuer.

(Inherited from AuthorizationRule)
KeyName
ModifiedTime

Gets or sets the date and time when the authorization rule was modified.

(Inherited from AuthorizationRule)
Revision

Gets or sets the modification revision number.

(Inherited from AuthorizationRule)
Rights

Gets or sets the list of rights.

(Inherited from AuthorizationRule)

Methods

Clone()

Creates a copy of AuthorizationRule.

(Inherited from AuthorizationRule)
Equals(Object)
GetHashCode()
IsInRange(IPAddress)
OnValidate()

Enables derived classes to provide custom handling when validating the authorization rule.

(Inherited from AuthorizationRule)
ValidateRights(IEnumerable<AccessRights>)

Applies to