This documentation is archived and is not being maintained.
SecurityMessageProperty Class
Visual Studio 2010
Contains security-related properties and is attached to a message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The SecurityMessageProperty type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SecurityMessageProperty | Initializes a new instance of the SecurityMessageProperty class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetOrCreate | 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.) |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
