Method | Description | |
---|---|---|
TracingSecurityTokenService ( SecurityTokenServiceConfiguration configuration ) : System.IdentityModel.Tokens |
Initializes a new instance of the TracingSecurityTokenService class.
|
Method | Description | |
---|---|---|
GetResponse ( RequestSecurityToken request, System.IdentityModel.Tokens.SecurityTokenDescriptor tokenDescriptor ) : RequestSecurityTokenResponse |
Creates the token response and invokes the logging callbacks.
|
|
OnTrace ( System.Xml.Linq.XElement rst, System.Xml.Linq.XElement rstr, System.Xml.Linq.XElement token ) : void |
Logging extensibility point.
|
Method | Description | |
---|---|---|
SerializeRequest ( RequestSecurityToken request ) : string | ||
SerializeResponse ( RequestSecurityTokenResponse response ) : string |
protected GetResponse ( RequestSecurityToken request, System.IdentityModel.Tokens.SecurityTokenDescriptor tokenDescriptor ) : RequestSecurityTokenResponse | ||
request | RequestSecurityToken | The request. |
tokenDescriptor | System.IdentityModel.Tokens.SecurityTokenDescriptor | The token descriptor. |
return | RequestSecurityTokenResponse |
protected OnTrace ( System.Xml.Linq.XElement rst, System.Xml.Linq.XElement rstr, System.Xml.Linq.XElement token ) : void | ||
rst | System.Xml.Linq.XElement | The RST. |
rstr | System.Xml.Linq.XElement | The RSTR. |
token | System.Xml.Linq.XElement | The token. |
return | void |
public TracingSecurityTokenService ( SecurityTokenServiceConfiguration configuration ) : System.IdentityModel.Tokens | ||
configuration | SecurityTokenServiceConfiguration | The configuration. |
return | System.IdentityModel.Tokens |