13 references to WriteToken
System.IdentityModel (12)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
226sthc.WriteToken(writer, _securityToken);
System\IdentityModel\Protocols\WSTrust\WSTrust13RequestSerializer.cs (1)
265context.SecurityTokenHandlers.WriteToken(writer, tokenElement.GetSecurityToken());
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (9)
1048context.SecurityTokenHandlers.WriteToken(writer, tokenElement.GetSecurityToken()); 1111context.SecurityTokenHandlers.WriteToken(writer, useKey.Token); 1173context.SecurityTokenHandlers.WriteToken(writer, token.GetSecurityToken()); 1192context.SecurityTokenHandlers.WriteToken(writer, token.GetSecurityToken()); 1211context.SecurityTokenHandlers.WriteToken(writer, token.GetSecurityToken()); 1283context.SecurityTokenHandlers.WriteToken(writer, tokenElement.GetSecurityToken()); 1913context.SecurityTokenHandlers.WriteToken(writer, requestedToken.SecurityToken); 2942tokenHandlerCollection.WriteToken(writer, token); 2949context.SecurityTokenHandlers.WriteToken(writer, token);
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (1)
103_securityTokenHandlers.WriteToken(writer, token);
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
484tokenHandlerCollection.WriteToken(xmlWriter, token);