SecurityMessageProperty Class
Contains security-related properties and is attached to a message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| 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 the default hash function. (Inherited from Object.) |
![]() ![]() | GetOrCreate(Message) | Gets or creates an instance of this class from the specified message. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



