WindowsStreamSecurityBindingElement.GetProperty<T> Method

Definition

Gets a specified object from the BindingContext.

public override T GetProperty<T> (System.ServiceModel.Channels.BindingContext context) where T : class;

Type Parameters

T

The object to get.

Parameters

Returns

T

The specified object from the BindingContext or null if the object is not found.

Remarks

This method receives a binding context as an input parameter, which represents the stack of binding elements. This method gets the specified object directly, delegates the inquiry to the next-lower binding element in the stack, or a combination of the two. It can modify the context if it delegates the inquiry. Each binding element in the stack can repeat this process, if it has been delegated to, until the bottom of the stack is reached. The object returned is usually a collection of properties.

If the type of T is ISecurityCapabilities, then an instance of this class is returned with SupportsClientAuthentication,

SupportsClientWindowsIdentity, and SupportsServerAuthentication all set to true, and SupportedRequestProtectionLevel and SupportedResponseProtectionLevel set to the current value in this binding.

If the type of T is IdentityVerifier, then a default instance of this class is returned.

This method is implemented by binding elements as well as by the run-time objects such as IChannelFactory, IChannelListener, and IChannel.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, 8 (package-provided)
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
UWP 10.0