SecurityMessageProperty Class

Definition

Contains security-related properties and is attached to a message.

public ref class SecurityMessageProperty : IDisposable, System::ServiceModel::Channels::IMessageProperty
public class SecurityMessageProperty : IDisposable, System.ServiceModel.Channels.IMessageProperty
type SecurityMessageProperty = class
    interface IMessageProperty
    interface IDisposable
Public Class SecurityMessageProperty
Implements IDisposable, IMessageProperty
Inheritance
SecurityMessageProperty
Implements

Remarks

Client authentication results are translated into an instance of ServiceSecurityContext, which is attached to the message using a SecurityMessageProperty. This property can be used by higher layers to implement custom authorization logic.

Constructors

SecurityMessageProperty()

Initializes a new instance of the SecurityMessageProperty class.

Properties

ExternalAuthorizationPolicies

Gets or sets a collection of external authorization policies.

HasIncomingSupportingTokens

Indicates whether the incoming message contains at least one supporting security token.

IncomingSupportingTokens

Gets or sets a collection of incoming supporting tokens.

InitiatorToken

Gets or sets the SecurityTokenSpecification initiator token for this message.

OutgoingSupportingTokens

Gets a collection of outgoing SupportingTokenSpecification objects.

ProtectionToken

Gets or sets the SecurityTokenSpecification protection token for this message.

RecipientToken

Gets or sets the SecurityTokenSpecification recipient token for this message.

SenderIdPrefix

Gets or sets the sender ID prefix for this message.

ServiceSecurityContext

Gets or sets the ServiceSecurityContext for this message.

TransportToken

Gets or sets the SecurityTokenSpecification transport token for this message.

Methods

CreateCopy()

Clones the current instance of this class.

Dispose()

Disposes of the current instance of this class.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetOrCreate(Message)

Gets or creates an instance of this class from the specified message.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to