2 writes to SecurityTokenManager
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WsTrustChannelClientCredentials.cs (2)
32
SecurityTokenManager
= other.SecurityTokenManager;
70
SecurityTokenManager
= ClientCredentials.CreateSecurityTokenManager();
7 references to SecurityTokenManager
System.ServiceModel.Federation (7)
System\ServiceModel\Federation\WsTrustChannelClientCredentials.cs (5)
32
SecurityTokenManager = other.
SecurityTokenManager
;
38
/// <param name="clientCredentials">The <see cref="
SecurityTokenManager
"/> from this parameter will be used to
61
/// Returns a <see cref="
SecurityTokenManager
"/> to use on this channel.
63
/// <remarks>The <see cref="
SecurityTokenManager
"/> is responsible to return the <see cref="SecurityTokenProvider"/> to obtain the issued token.
64
/// <para>If <see cref="ClientCredentials"/> was passed to the constructor, then that <see cref="
SecurityTokenManager
"/> will be used to
System\ServiceModel\Federation\WsTrustChannelSecurityTokenManager.cs (2)
53
else if (_wsTrustChannelClientCredentials.
SecurityTokenManager
!= null)
55
return _wsTrustChannelClientCredentials.
SecurityTokenManager
.CreateSecurityTokenProvider(tokenRequirement);