The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WSTrustChannelFactory::UseKeyTokenResolver Property
.NET Framework (current version)
Gets or sets the SecurityTokenResolver used to resolve security token references found in the wst:UseKey element of RST messages as well as the wst:RenewTarget element found in RST messages.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property SecurityTokenResolver^ UseKeyTokenResolver { SecurityTokenResolver^ get(); void set(SecurityTokenResolver^ value); }
Property Value
Type: System.IdentityModel.Selectors::SecurityTokenResolver^The SecurityTokenResolver object.
If this property is not set an empty resolver is used.
You cannot change the value of this property after a channel has been created.
.NET Framework
Available since 4.5
Available since 4.5
Show: