.NET Framework Class Library
SecurityBindingElement Properties
The SecurityBindingElement type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
AllowInsecureTransport | Gets or sets a value that indicates whether mixed-mode secured messages can be sent over an unsecured transport such as HTTP. |
|
DefaultAlgorithmSuite | Gets or sets the message encryption and key-wrap algorithms. |
|
EnableUnsecuredResponse | Gets or sets a value that indicates whether can send and receive unsecured responses to secured requests. |
|
EndpointSupportingTokenParameters | Gets the endpoint that supports token parameters. |
|
IncludeTimestamp | Gets or sets a value that indicates whether time stamps are included in each message. |
|
KeyEntropyMode | Gets or sets the source of entropy used to create keys. |
|
LocalClientSettings | Gets the binding properties specific to local security settings used by the client. |
|
LocalServiceSettings | Gets the binding properties specific to local security settings used by the service. |
|
MessageSecurityVersion | Gets or sets the message security version. |
|
OperationSupportingTokenParameters | Gets the collection of operation supporting token parameters. |
|
OptionalEndpointSupportingTokenParameters | Gets the optional supporting token parameters for the service endpoint. |
|
OptionalOperationSupportingTokenParameters | Gets the collection of optional operation supporting token parameters. |
|
SecurityHeaderLayout | Gets or sets the ordering of the elements in the security header for this binding. |
See Also