1 write to issuedSecurityTokenHandler
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
79
this.
issuedSecurityTokenHandler
= value;
3 references to issuedSecurityTokenHandler
System.ServiceModel (3)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (3)
75
return this.
issuedSecurityTokenHandler
;
613
if (this.
issuedSecurityTokenHandler
!= null)
615
this.
issuedSecurityTokenHandler
(token, null);