working SAML
This commit is contained in:
parent
252dac3143
commit
1c909b7790
273 changed files with 260766 additions and 80 deletions
BIN
Bin/Microsoft.IdentityModel.Logging.dll
Normal file
BIN
Bin/Microsoft.IdentityModel.Logging.dll
Normal file
Binary file not shown.
BIN
Bin/Microsoft.IdentityModel.Logging.dll.refresh
Normal file
BIN
Bin/Microsoft.IdentityModel.Logging.dll.refresh
Normal file
Binary file not shown.
BIN
Bin/Microsoft.IdentityModel.Logging.pdb
Normal file
BIN
Bin/Microsoft.IdentityModel.Logging.pdb
Normal file
Binary file not shown.
398
Bin/Microsoft.IdentityModel.Logging.xml
Normal file
398
Bin/Microsoft.IdentityModel.Logging.xml
Normal file
|
@ -0,0 +1,398 @@
|
|||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Microsoft.IdentityModel.Logging</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Microsoft.IdentityModel.Logging.IdentityModelEventSource">
|
||||
<summary>
|
||||
Event source based logger to log different events.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.IdentityModel.Logging.IdentityModelEventSource.Logger">
|
||||
<summary>
|
||||
Static logger that is exposed externally. An external application or framework can hook up a listener to this event source to log data in a custom way.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.IdentityModel.Logging.IdentityModelEventSource.ShowPII">
|
||||
<summary>
|
||||
Flag which indicates whether or not PII is shown in logs. False by default.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.IdentityModel.Logging.IdentityModelEventSource.HiddenPIIString">
|
||||
<summary>
|
||||
String that is used in place of any arguments to log messages if the 'ShowPII' flag is set to false.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.IdentityModel.Logging.IdentityModelEventSource.HeaderWritten">
|
||||
<summary>
|
||||
Indicates whether or the log message header (contains library version, date/time, and PII debugging information) has been written.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.IdentityModel.Logging.IdentityModelEventSource._versionLogMessage">
|
||||
<summary>
|
||||
The log message that indicates the current library version.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.IdentityModel.Logging.IdentityModelEventSource._dateLogMessage">
|
||||
<summary>
|
||||
The log message that indicates the date.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.IdentityModel.Logging.IdentityModelEventSource._piiOffLogMessage">
|
||||
<summary>
|
||||
The log message that is shown when PII is off.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.IdentityModel.Logging.IdentityModelEventSource._piiOnLogMessage">
|
||||
<summary>
|
||||
The log message that is shown when PII is off.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.WriteAlways(System.String)">
|
||||
<summary>
|
||||
Writes an event log by using the provided string argument and current UTC time.
|
||||
No level filtering is done on the event.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
<remarks>No level filtering.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.WriteAlways(System.String,System.Object[])">
|
||||
<summary>
|
||||
Writes an event log by using the provided string argument, current UTC time and the provided arguments list.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.WriteVerbose(System.String)">
|
||||
<summary>
|
||||
Writes a verbose event log by using the provided string argument and current UTC time.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.WriteVerbose(System.String,System.Object[])">
|
||||
<summary>
|
||||
Writes a verbose event log by using the provided string argument, current UTC time and the provided arguments list.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.WriteInformation(System.String)">
|
||||
<summary>
|
||||
Writes an information event log by using the provided string argument and current UTC time.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.WriteInformation(System.String,System.Object[])">
|
||||
<summary>
|
||||
Writes an information event log by using the provided string argument, current UTC time and the provided arguments list.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.WriteWarning(System.String)">
|
||||
<summary>
|
||||
Writes a warning event log by using the provided string argument and current UTC time.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.WriteWarning(System.String,System.Object[])">
|
||||
<summary>
|
||||
Writes a warning event log by using the provided string argument, current UTC time and the provided arguments list.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.WriteError(System.String)">
|
||||
<summary>
|
||||
Writes an error event log by using the provided string argument and current UTC time.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.WriteError(System.String,System.Object[])">
|
||||
<summary>
|
||||
Writes an error event log by using the provided string argument, current UTC time and the provided arguments list.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.WriteCritical(System.String)">
|
||||
<summary>
|
||||
Writes a critical event log by using the provided string argument and current UTC time.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.WriteCritical(System.String,System.Object[])">
|
||||
<summary>
|
||||
Writes a critical event log by using the provided string argument, current UTC time and the provided arguments list.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.Write(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String)">
|
||||
<summary>
|
||||
Writes an exception log by using the provided event identifer, exception argument, string argument and current UTC time.
|
||||
</summary>
|
||||
<param name="level"><see cref="T:System.Diagnostics.Tracing.EventLevel"/></param>
|
||||
<param name="innerException"><see cref="T:System.Exception"/></param>
|
||||
<param name="message">The log message.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.IdentityModelEventSource.Write(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[])">
|
||||
<summary>
|
||||
Writes an exception log by using the provided event identifer, exception argument, string argument, arguments list and current UTC time.
|
||||
</summary>
|
||||
<param name="level"><see cref="T:System.Diagnostics.Tracing.EventLevel"/></param>
|
||||
<param name="innerException"><see cref="T:System.Exception"/></param>
|
||||
<param name="message">The log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.IdentityModel.Logging.IdentityModelEventSource.LogLevel">
|
||||
<summary>
|
||||
Minimum log level to log events. Default is Warning.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.IdentityModel.Logging.LogHelper">
|
||||
<summary>
|
||||
Helper class for logging.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogArgumentNullException(System.String)">
|
||||
<summary>
|
||||
Logs an exception using the event source logger and returns new <see cref="T:System.ArgumentNullException"/> exception.
|
||||
</summary>
|
||||
<param name="argument">argument that is null or empty.</param>
|
||||
<remarks>EventLevel is set to Error.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogException``1(System.String)">
|
||||
<summary>
|
||||
Logs an exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="message">message to log.</param>
|
||||
<remarks>EventLevel is set to Error.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogArgumentException``1(System.String,System.String)">
|
||||
<summary>
|
||||
Logs an argument exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="argumentName">Identifies the argument whose value generated the ArgumentException.</param>
|
||||
<param name="message">message to log.</param>
|
||||
<remarks>EventLevel is set to Error.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogException``1(System.String,System.Object[])">
|
||||
<summary>
|
||||
Logs an exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="format">Format string of the log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
<remarks>EventLevel is set to Error.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogArgumentException``1(System.String,System.String,System.Object[])">
|
||||
<summary>
|
||||
Logs an argument exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="argumentName">Identifies the argument whose value generated the ArgumentException.</param>
|
||||
<param name="format">Format string of the log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
<remarks>EventLevel is set to Error.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogException``1(System.Exception,System.String)">
|
||||
<summary>
|
||||
Logs an exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="innerException">the inner <see cref="T:System.Exception"/> to be added to the outer exception.</param>
|
||||
<param name="message">message to log.</param>
|
||||
<remarks>EventLevel is set to Error.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogArgumentException``1(System.String,System.Exception,System.String)">
|
||||
<summary>
|
||||
Logs an argument exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="argumentName">Identifies the argument whose value generated the ArgumentException.</param>
|
||||
<param name="innerException">the inner <see cref="T:System.Exception"/> to be added to the outer exception.</param>
|
||||
<param name="message">message to log.</param>
|
||||
<remarks>EventLevel is set to Error.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogException``1(System.Exception,System.String,System.Object[])">
|
||||
<summary>
|
||||
Logs an exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="innerException">the inner <see cref="T:System.Exception"/> to be added to the outer exception.</param>
|
||||
<param name="format">Format string of the log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
<remarks>EventLevel is set to Error.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogArgumentException``1(System.String,System.Exception,System.String,System.Object[])">
|
||||
<summary>
|
||||
Logs an argument exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="argumentName">Identifies the argument whose value generated the ArgumentException.</param>
|
||||
<param name="innerException">the inner <see cref="T:System.Exception"/> to be added to the outer exception.</param>
|
||||
<param name="format">Format string of the log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
<remarks>EventLevel is set to Error.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogException``1(System.Diagnostics.Tracing.EventLevel,System.String)">
|
||||
<summary>
|
||||
Logs an exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="eventLevel">Identifies the level of an event to be logged.</param>
|
||||
<param name="message">message to log.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogArgumentException``1(System.Diagnostics.Tracing.EventLevel,System.String,System.String)">
|
||||
<summary>
|
||||
Logs an argument exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="eventLevel">Identifies the level of an event to be logged.</param>
|
||||
<param name="argumentName">Identifies the argument whose value generated the ArgumentException.</param>
|
||||
<param name="message">message to log.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogException``1(System.Diagnostics.Tracing.EventLevel,System.String,System.Object[])">
|
||||
<summary>
|
||||
Logs an exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="eventLevel">Identifies the level of an event to be logged.</param>
|
||||
<param name="format">Format string of the log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogArgumentException``1(System.Diagnostics.Tracing.EventLevel,System.String,System.String,System.Object[])">
|
||||
<summary>
|
||||
Logs an argument exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="eventLevel">Identifies the level of an event to be logged.</param>
|
||||
<param name="argumentName">Identifies the argument whose value generated the ArgumentException.</param>
|
||||
<param name="format">Format string of the log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogException``1(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String)">
|
||||
<summary>
|
||||
Logs an exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="eventLevel">Identifies the level of an event to be logged.</param>
|
||||
<param name="innerException">the inner <see cref="T:System.Exception"/> to be added to the outer exception.</param>
|
||||
<param name="message">message to log.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogArgumentException``1(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String)">
|
||||
<summary>
|
||||
Logs an argument exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="eventLevel">Identifies the level of an event to be logged.</param>
|
||||
<param name="argumentName">Identifies the argument whose value generated the ArgumentException.</param>
|
||||
<param name="innerException">the inner <see cref="T:System.Exception"/> to be added to the outer exception.</param>
|
||||
<param name="message">message to log.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogException``1(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[])">
|
||||
<summary>
|
||||
Logs an exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="eventLevel">Identifies the level of an event to be logged.</param>
|
||||
<param name="innerException">the inner <see cref="T:System.Exception"/> to be added to the outer exception.</param>
|
||||
<param name="format">Format string of the log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogArgumentException``1(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String,System.Object[])">
|
||||
<summary>
|
||||
Logs an argument exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="eventLevel">Identifies the level of an event to be logged.</param>
|
||||
<param name="argumentName">Identifies the argument whose value generated the ArgumentException.</param>
|
||||
<param name="innerException">the inner <see cref="T:System.Exception"/> to be added to the outer exception.</param>
|
||||
<param name="format">Format string of the log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogExceptionMessage(System.Exception)">
|
||||
<summary>
|
||||
Logs an exception using the event source logger.
|
||||
</summary>
|
||||
<param name="exception">The exception to log.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogExceptionMessage(System.Diagnostics.Tracing.EventLevel,System.Exception)">
|
||||
<summary>
|
||||
Logs an exception using the event source logger.
|
||||
</summary>
|
||||
<param name="eventLevel">Identifies the level of an event to be logged.</param>
|
||||
<param name="exception">The exception to log.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogInformation(System.String,System.Object[])">
|
||||
<summary>
|
||||
Logs an information event.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogVerbose(System.String,System.Object[])">
|
||||
<summary>
|
||||
Logs a verbose event.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogWarning(System.String,System.Object[])">
|
||||
<summary>
|
||||
Logs a warning event.
|
||||
</summary>
|
||||
<param name="message">The log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.LogExceptionImpl``1(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String,System.Object[])">
|
||||
<summary>
|
||||
Logs an exception using the event source logger and returns new typed exception.
|
||||
</summary>
|
||||
<param name="eventLevel">Identifies the level of an event to be logged.</param>
|
||||
<param name="argumentName">Identifies the argument whose value generated the ArgumentException.</param>
|
||||
<param name="innerException">the inner <see cref="T:System.Exception"/> to be added to the outer exception.</param>
|
||||
<param name="format">Format string of the log message.</param>
|
||||
<param name="args">An object array that contains zero or more objects to format.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.LogHelper.FormatInvariant(System.String,System.Object[])">
|
||||
<summary>
|
||||
Formats the string using InvariantCulture
|
||||
</summary>
|
||||
<param name="format">Format string.</param>
|
||||
<param name="args">Format arguments.</param>
|
||||
<returns>Formatted string.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.IdentityModel.Logging.LogMessages">
|
||||
<summary>
|
||||
Log messages and codes for Microsoft.IdentityModel.Logging
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.IdentityModel.Logging.TextWriterEventListener">
|
||||
<summary>
|
||||
Event listener that writes logs to a file or a fileStream provided by user.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.IdentityModel.Logging.TextWriterEventListener.DefaultLogFileName">
|
||||
<summary>
|
||||
Name of the default log file, excluding its path.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.TextWriterEventListener.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of <see cref="T:Microsoft.IdentityModel.Logging.TextWriterEventListener"/> that writes logs to text file.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.TextWriterEventListener.#ctor(System.String)">
|
||||
<summary>
|
||||
Initializes a new instance of <see cref="T:Microsoft.IdentityModel.Logging.TextWriterEventListener"/> that writes logs to text file.
|
||||
</summary>
|
||||
<param name="filePath">location of the file where log messages will be written.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.TextWriterEventListener.#ctor(System.IO.StreamWriter)">
|
||||
<summary>
|
||||
Initializes a new instance of <see cref="T:Microsoft.IdentityModel.Logging.TextWriterEventListener"/> that writes logs to text file.
|
||||
</summary>
|
||||
<param name="streamWriter">StreamWriter where logs will be written.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.TextWriterEventListener.OnEventWritten(System.Diagnostics.Tracing.EventWrittenEventArgs)">
|
||||
<summary>
|
||||
Called whenever an event has been written by an event source for which the event listener has enabled events.
|
||||
</summary>
|
||||
<param name="eventData"><see cref="T:System.Diagnostics.Tracing.EventWrittenEventArgs"/></param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Logging.TextWriterEventListener.Dispose">
|
||||
<summary>
|
||||
Releases all resources used by the current instance of the <see cref="T:Microsoft.IdentityModel.Logging.TextWriterEventListener"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
BIN
Bin/Microsoft.IdentityModel.Protocols.dll
Normal file
BIN
Bin/Microsoft.IdentityModel.Protocols.dll
Normal file
Binary file not shown.
BIN
Bin/Microsoft.IdentityModel.Protocols.dll.refresh
Normal file
BIN
Bin/Microsoft.IdentityModel.Protocols.dll.refresh
Normal file
Binary file not shown.
BIN
Bin/Microsoft.IdentityModel.Protocols.pdb
Normal file
BIN
Bin/Microsoft.IdentityModel.Protocols.pdb
Normal file
Binary file not shown.
310
Bin/Microsoft.IdentityModel.Protocols.xml
Normal file
310
Bin/Microsoft.IdentityModel.Protocols.xml
Normal file
|
@ -0,0 +1,310 @@
|
|||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Microsoft.IdentityModel.Protocols</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage">
|
||||
<summary>
|
||||
base class for authentication protocol messages.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage.#ctor">
|
||||
<summary>
|
||||
Initializes a default instance of the <see cref="T:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage.BuildFormPost">
|
||||
<summary>
|
||||
Builds a form post using the current IssuerAddress and the parameters that have been set.
|
||||
</summary>
|
||||
<returns>html with head set to 'Title', body containing a hiden from with action = IssuerAddress.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage.BuildRedirectUrl">
|
||||
<summary>
|
||||
Builds a Url using the current IssuerAddress and the parameters that have been set.
|
||||
</summary>
|
||||
<returns>UrlEncoded string.</returns>
|
||||
<remarks>Each parameter <Key, Value> is first transformed using <see cref="M:System.Uri.EscapeDataString(System.String)"/>.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage.GetParameter(System.String)">
|
||||
<summary>
|
||||
Returns a parameter.
|
||||
</summary>
|
||||
<param name="parameter">The parameter name.</param>
|
||||
<returns>The value of the parameter or null if the parameter does not exists.</returns>
|
||||
<exception cref="T:System.ArgumentNullException">If parameter is null</exception>
|
||||
</member>
|
||||
<member name="P:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage.IssuerAddress">
|
||||
<summary>
|
||||
Gets or sets the issuer address.
|
||||
</summary>
|
||||
<exception cref="T:System.ArgumentNullException">If the 'value' is null.</exception>
|
||||
</member>
|
||||
<member name="P:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage.Parameters">
|
||||
<summary>
|
||||
Gets the message parameters as a Dictionary.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage.PostTitle">
|
||||
<summary>
|
||||
Gets or sets the title used when constructing the post string.
|
||||
</summary>
|
||||
<exception cref="T:System.ArgumentNullException">If the 'value' is null.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage.RemoveParameter(System.String)">
|
||||
<summary>
|
||||
Removes a parameter.
|
||||
</summary>
|
||||
<param name="parameter">The parameter name.</param>
|
||||
<exception cref="T:System.ArgumentNullException">If 'parameter' is null or empty.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage.SetParameter(System.String,System.String)">
|
||||
<summary>
|
||||
Sets a parameter to the Parameters Dictionary.
|
||||
</summary>
|
||||
<param name="parameter">The parameter name.</param>
|
||||
<param name="value">The value to be assigned to parameter.</param>
|
||||
<exception cref="T:System.ArgumentNullException">If 'parameterName' is null or empty.</exception>
|
||||
<remarks>If null is passed as value and the parameter exists, that parameter is removed.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage.SetParameters(System.Collections.Specialized.NameValueCollection)">
|
||||
<summary>
|
||||
Sets a collection parameters.
|
||||
</summary>
|
||||
<param name="nameValueCollection"></param>
|
||||
</member>
|
||||
<member name="P:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage.ScriptButtonText">
|
||||
<summary>
|
||||
Gets or sets the script button text used when constructing the post string.
|
||||
</summary>
|
||||
<exception cref="T:System.ArgumentNullException">If the 'value' is null.</exception>
|
||||
</member>
|
||||
<member name="P:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage.ScriptDisabledText">
|
||||
<summary>
|
||||
Gets or sets the text used when constructing the post string that will be displayed to used if script is disabled.
|
||||
</summary>
|
||||
<exception cref="T:System.ArgumentNullException">If the 'value' is null.</exception>
|
||||
</member>
|
||||
<member name="T:Microsoft.IdentityModel.Protocols.ConfigurationManager`1">
|
||||
<summary>
|
||||
Manages the retrieval of Configuration data.
|
||||
</summary>
|
||||
<typeparam name="T">The type of <see cref="T:Microsoft.IdentityModel.Protocols.IDocumentRetriever"/>.</typeparam>
|
||||
</member>
|
||||
<member name="F:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.DefaultAutomaticRefreshInterval">
|
||||
<summary>
|
||||
1 day is the default time interval that afterwards, <see cref="M:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.GetConfigurationAsync"/> will obtain new configuration.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.DefaultRefreshInterval">
|
||||
<summary>
|
||||
30 seconds is the default time interval that must pass for <see cref="M:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.RequestRefresh"/> to obtain a new configuration.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.MinimumAutomaticRefreshInterval">
|
||||
<summary>
|
||||
5 minutes is the minimum value for automatic refresh. <see cref="P:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.AutomaticRefreshInterval"/> can not be set less than this value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.MinimumRefreshInterval">
|
||||
<summary>
|
||||
1 second is the minimum time interval that must pass for <see cref="M:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.RequestRefresh"/> to obtain new configuration.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.#cctor">
|
||||
<summary>
|
||||
Static initializer for a new object. Static initializers run before the first instance of the type is created.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.#ctor(System.String,Microsoft.IdentityModel.Protocols.IConfigurationRetriever{`0})">
|
||||
<summary>
|
||||
Instantiaties a new <see cref="T:Microsoft.IdentityModel.Protocols.ConfigurationManager`1"/> that manages automatic and controls refreshing on configuration data.
|
||||
</summary>
|
||||
<param name="metadataAddress">The address to obtain configuration.</param>
|
||||
<param name="configRetriever">The <see cref="T:Microsoft.IdentityModel.Protocols.IConfigurationRetriever`1"/></param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.#ctor(System.String,Microsoft.IdentityModel.Protocols.IConfigurationRetriever{`0},System.Net.Http.HttpClient)">
|
||||
<summary>
|
||||
Instantiaties a new <see cref="T:Microsoft.IdentityModel.Protocols.ConfigurationManager`1"/> that manages automatic and controls refreshing on configuration data.
|
||||
</summary>
|
||||
<param name="metadataAddress">The address to obtain configuration.</param>
|
||||
<param name="configRetriever">The <see cref="T:Microsoft.IdentityModel.Protocols.IConfigurationRetriever`1"/></param>
|
||||
<param name="httpClient">The client to use when obtaining configuration.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.#ctor(System.String,Microsoft.IdentityModel.Protocols.IConfigurationRetriever{`0},Microsoft.IdentityModel.Protocols.IDocumentRetriever)">
|
||||
<summary>
|
||||
Instantiaties a new <see cref="T:Microsoft.IdentityModel.Protocols.ConfigurationManager`1"/> that manages automatic and controls refreshing on configuration data.
|
||||
</summary>
|
||||
<param name="metadataAddress">The address to obtain configuration.</param>
|
||||
<param name="configRetriever">The <see cref="T:Microsoft.IdentityModel.Protocols.IConfigurationRetriever`1"/></param>
|
||||
<param name="docRetriever">The <see cref="T:Microsoft.IdentityModel.Protocols.IDocumentRetriever"/> that reaches out to obtain the configuration.</param>
|
||||
<exception cref="T:System.ArgumentNullException">If 'metadataAddress' is null or empty.</exception>
|
||||
<exception cref="T:System.ArgumentNullException">If 'configRetriever' is null.</exception>
|
||||
<exception cref="T:System.ArgumentNullException">If 'docRetriever' is null.</exception>
|
||||
</member>
|
||||
<member name="P:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.AutomaticRefreshInterval">
|
||||
<summary>
|
||||
Gets or sets the <see cref="T:System.TimeSpan"/> that controls how often an automatic metadata refresh should occur.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.RefreshInterval">
|
||||
<summary>
|
||||
The minimum time between retrievals, in the event that a retrieval failed, or that a refresh was explicitly requested.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.GetConfigurationAsync">
|
||||
<summary>
|
||||
Obtains an updated version of Configuration.
|
||||
</summary>
|
||||
<returns>Configuration of type T.</returns>
|
||||
<remarks>If the time since the last call is less than <see cref="P:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.AutomaticRefreshInterval"/> then <see cref="M:Microsoft.IdentityModel.Protocols.IConfigurationRetriever`1.GetConfigurationAsync(System.String,Microsoft.IdentityModel.Protocols.IDocumentRetriever,System.Threading.CancellationToken)"/> is not called and the current Configuration is returned.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.GetConfigurationAsync(System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Obtains an updated version of Configuration.
|
||||
</summary>
|
||||
<param name="cancel">CancellationToken</param>
|
||||
<returns>Configuration of type T.</returns>
|
||||
<remarks>If the time since the last call is less than <see cref="P:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.AutomaticRefreshInterval"/> then <see cref="M:Microsoft.IdentityModel.Protocols.IConfigurationRetriever`1.GetConfigurationAsync(System.String,Microsoft.IdentityModel.Protocols.IDocumentRetriever,System.Threading.CancellationToken)"/> is not called and the current Configuration is returned.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.RequestRefresh">
|
||||
<summary>
|
||||
Requests that then next call to <see cref="M:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.GetConfigurationAsync"/> obtain new configuration.
|
||||
<para>If the last refresh was greater than <see cref="P:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.RefreshInterval"/> then the next call to <see cref="M:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.GetConfigurationAsync"/> will retrieve new configuration.</para>
|
||||
<para>If <see cref="P:Microsoft.IdentityModel.Protocols.ConfigurationManager`1.RefreshInterval"/> == <see cref="F:System.TimeSpan.MaxValue"/> then this method does nothing.</para>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.IdentityModel.Protocols.FileDocumentRetriever">
|
||||
<summary>
|
||||
Reads a local file from the disk.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.FileDocumentRetriever.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IdentityModel.Protocols.FileDocumentRetriever"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.FileDocumentRetriever.GetDocumentAsync(System.String,System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Reads a document using <see cref="T:System.IO.FileStream"/>.
|
||||
</summary>
|
||||
<param name="address">Fully qualified path to a file.</param>
|
||||
<param name="cancel"><see cref="T:System.Threading.CancellationToken"/> not used.</param>
|
||||
<returns>UTF8 decoding of bytes in the file.</returns>
|
||||
<exception cref="T:System.ArgumentNullException">If address is null or whitespace.</exception>
|
||||
<exception cref="T:System.IO.IOException">with inner expection containing the original exception.</exception>
|
||||
</member>
|
||||
<member name="T:Microsoft.IdentityModel.Protocols.HttpDocumentRetriever">
|
||||
<summary>
|
||||
Retrieves metadata information using HttpClient.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.HttpDocumentRetriever.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IdentityModel.Protocols.HttpDocumentRetriever"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.HttpDocumentRetriever.#ctor(System.Net.Http.HttpClient)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IdentityModel.Protocols.HttpDocumentRetriever"/> class with a specified httpClient.
|
||||
</summary>
|
||||
<param name="httpClient"><see cref="T:System.Net.Http.HttpClient"/></param>
|
||||
<exception cref="T:System.ArgumentNullException">'httpClient' is null.</exception>
|
||||
</member>
|
||||
<member name="P:Microsoft.IdentityModel.Protocols.HttpDocumentRetriever.RequireHttps">
|
||||
<summary>
|
||||
Requires Https secure channel for sending requests.. This is turned ON by default for security reasons. It is RECOMMENDED that you do not allow retrieval from http addresses by default.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.HttpDocumentRetriever.GetDocumentAsync(System.String,System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Returns a task which contains a string converted from remote document when completed, by using the provided address.
|
||||
</summary>
|
||||
<param name="address">Location of document</param>
|
||||
<param name="cancel">A cancellation token that can be used by other objects or threads to receive notice of cancellation. <see cref="T:System.Threading.CancellationToken"/></param>
|
||||
<returns>Document as a string</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.IdentityModel.Protocols.IConfigurationManager`1">
|
||||
<summary>
|
||||
Interface that defines a model for retrieving configuration data.
|
||||
</summary>
|
||||
<typeparam name="T">The type of <see cref="T:Microsoft.IdentityModel.Protocols.IDocumentRetriever"/>.</typeparam>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.IConfigurationManager`1.GetConfigurationAsync(System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Retrieve the current configuration, refreshing and/or caching as needed.
|
||||
This method will throw if the configuration cannot be retrieved, instead of returning null.
|
||||
</summary>
|
||||
<param name="cancel"><see cref="T:System.Threading.CancellationToken"/></param>
|
||||
<returns><see cref="T:System.Threading.Tasks.Task`1"/></returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.IConfigurationManager`1.RequestRefresh">
|
||||
<summary>
|
||||
Indicate that the configuration may be stale (as indicated by failing to process incoming tokens).
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.IdentityModel.Protocols.IConfigurationRetriever`1">
|
||||
<summary>
|
||||
Interface that defines methods to retrieve configuration.
|
||||
</summary>
|
||||
<typeparam name="T">The type of the configuration metadata.</typeparam>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.IConfigurationRetriever`1.GetConfigurationAsync(System.String,Microsoft.IdentityModel.Protocols.IDocumentRetriever,System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Retrieves a populated configuration given an address and an <see cref="T:Microsoft.IdentityModel.Protocols.IDocumentRetriever"/>.
|
||||
</summary>
|
||||
<param name="address">Address of the discovery document.</param>
|
||||
<param name="retriever">The <see cref="T:Microsoft.IdentityModel.Protocols.IDocumentRetriever"/> to use to read the discovery document.</param>
|
||||
<param name="cancel">A cancellation token that can be used by other objects or threads to receive notice of cancellation. <see cref="T:System.Threading.CancellationToken"/>.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.IdentityModel.Protocols.IDocumentRetriever">
|
||||
<summary>
|
||||
Interface that defines a document retriever that returns the document as a string.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.IDocumentRetriever.GetDocumentAsync(System.String,System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Obtains a document from an address.
|
||||
</summary>
|
||||
<param name="address">location of document.</param>
|
||||
<param name="cancel"><see cref="T:System.Threading.CancellationToken"/>.</param>
|
||||
<returns>document as a string.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.IdentityModel.Protocols.StaticConfigurationManager`1">
|
||||
<summary>
|
||||
This type is for users that want a fixed and static Configuration.
|
||||
In this case, the configuration is obtained and passed to the constructor.
|
||||
</summary>
|
||||
<typeparam name="T">must be a class.</typeparam>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.StaticConfigurationManager`1.#ctor(`0)">
|
||||
<summary>
|
||||
Initializes an new instance of <see cref="T:Microsoft.IdentityModel.Protocols.StaticConfigurationManager`1"/> with a Configuration instance.
|
||||
</summary>
|
||||
<param name="configuration">Configuration of type OpenIdConnectConfiguration or OpenIdConnectConfiguration.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.StaticConfigurationManager`1.GetConfigurationAsync(System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Obtains an updated version of Configuration.
|
||||
</summary>
|
||||
<param name="cancel"><see cref="T:System.Threading.CancellationToken"/>.</param>
|
||||
<returns>Configuration of type T.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IdentityModel.Protocols.StaticConfigurationManager`1.RequestRefresh">
|
||||
<summary>
|
||||
For the this type, this is a no-op
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.IdentityModel.Protocols.LogMessages">
|
||||
<summary>
|
||||
Log messages and codes
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.IdentityModel.Protocols.X509CertificateValidationMode">
|
||||
<summary>
|
||||
Represents X509Certificate validation mode.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
BIN
Bin/Microsoft.IdentityModel.Tokens.Saml.dll
Normal file
BIN
Bin/Microsoft.IdentityModel.Tokens.Saml.dll
Normal file
Binary file not shown.
BIN
Bin/Microsoft.IdentityModel.Tokens.Saml.dll.refresh
Normal file
BIN
Bin/Microsoft.IdentityModel.Tokens.Saml.dll.refresh
Normal file
Binary file not shown.
BIN
Bin/Microsoft.IdentityModel.Tokens.Saml.pdb
Normal file
BIN
Bin/Microsoft.IdentityModel.Tokens.Saml.pdb
Normal file
Binary file not shown.
3539
Bin/Microsoft.IdentityModel.Tokens.Saml.xml
Normal file
3539
Bin/Microsoft.IdentityModel.Tokens.Saml.xml
Normal file
File diff suppressed because it is too large
Load diff
BIN
Bin/Microsoft.IdentityModel.Tokens.dll
Normal file
BIN
Bin/Microsoft.IdentityModel.Tokens.dll
Normal file
Binary file not shown.
BIN
Bin/Microsoft.IdentityModel.Tokens.dll.refresh
Normal file
BIN
Bin/Microsoft.IdentityModel.Tokens.dll.refresh
Normal file
Binary file not shown.
BIN
Bin/Microsoft.IdentityModel.Tokens.pdb
Normal file
BIN
Bin/Microsoft.IdentityModel.Tokens.pdb
Normal file
Binary file not shown.
3018
Bin/Microsoft.IdentityModel.Tokens.xml
Normal file
3018
Bin/Microsoft.IdentityModel.Tokens.xml
Normal file
File diff suppressed because it is too large
Load diff
BIN
Bin/Microsoft.IdentityModel.Xml.dll
Normal file
BIN
Bin/Microsoft.IdentityModel.Xml.dll
Normal file
Binary file not shown.
BIN
Bin/Microsoft.IdentityModel.Xml.dll.refresh
Normal file
BIN
Bin/Microsoft.IdentityModel.Xml.dll.refresh
Normal file
Binary file not shown.
BIN
Bin/Microsoft.IdentityModel.Xml.pdb
Normal file
BIN
Bin/Microsoft.IdentityModel.Xml.pdb
Normal file
Binary file not shown.
1680
Bin/Microsoft.IdentityModel.Xml.xml
Normal file
1680
Bin/Microsoft.IdentityModel.Xml.xml
Normal file
File diff suppressed because it is too large
Load diff
BIN
Bin/Newtonsoft.Json.dll
Normal file
BIN
Bin/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
Bin/Newtonsoft.Json.dll.refresh
Normal file
BIN
Bin/Newtonsoft.Json.dll.refresh
Normal file
Binary file not shown.
10752
Bin/Newtonsoft.Json.xml
Normal file
10752
Bin/Newtonsoft.Json.xml
Normal file
File diff suppressed because it is too large
Load diff
BIN
Bin/Sustainsys.Saml2.HttpModule.dll
Normal file
BIN
Bin/Sustainsys.Saml2.HttpModule.dll
Normal file
Binary file not shown.
BIN
Bin/Sustainsys.Saml2.HttpModule.dll.refresh
Normal file
BIN
Bin/Sustainsys.Saml2.HttpModule.dll.refresh
Normal file
Binary file not shown.
106
Bin/Sustainsys.Saml2.HttpModule.xml
Normal file
106
Bin/Sustainsys.Saml2.HttpModule.xml
Normal file
|
@ -0,0 +1,106 @@
|
|||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Sustainsys.Saml2.HttpModule</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Sustainsys.Saml2.HttpModule.CommandResultHttpExtensions">
|
||||
<summary>
|
||||
Extension methods to CommandResult to update a HttpResponseBase.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Sustainsys.Saml2.HttpModule.CommandResultHttpExtensions.Apply(Sustainsys.Saml2.WebSso.CommandResult,System.Web.HttpResponseBase,System.Boolean,System.String)">
|
||||
<summary>
|
||||
Apply the command result to a bare HttpResponse.
|
||||
</summary>
|
||||
<param name="commandResult">The CommandResult that will update the HttpResponse.</param>
|
||||
<param name="response">Http Response to write the result to.</param>
|
||||
<param name="emitSameSiteNone">Include a SameSite=None attribute on any cookies set</param>
|
||||
<param name="modulePath">Path of Sustainsys.Saml2 instance - used for isolation of data protection</param>
|
||||
</member>
|
||||
<member name="M:Sustainsys.Saml2.HttpModule.CommandResultHttpExtensions.ApplyCookies(Sustainsys.Saml2.WebSso.CommandResult,System.Web.HttpResponseBase,System.Boolean,System.String)">
|
||||
<summary>
|
||||
Apply cookies of the CommandResult to the response.
|
||||
</summary>
|
||||
<param name="commandResult">Commandresult</param>
|
||||
<param name="response">Response</param>
|
||||
<param name="emitSameSiteNone">Include a SameSite=None attribute on any cookies set</param>
|
||||
<param name="modulePath">Path of Sustainsys.Saml2 instance - used for isolation of data protection</param>
|
||||
</member>
|
||||
<member name="M:Sustainsys.Saml2.HttpModule.CommandResultHttpExtensions.ApplyHeaders(Sustainsys.Saml2.WebSso.CommandResult,System.Web.HttpResponseBase)">
|
||||
<summary>
|
||||
Apply headers of the command result to the response.
|
||||
</summary>
|
||||
<param name="commandResult">Command result containing headers.</param>
|
||||
<param name="response">Response to set headers in.</param>
|
||||
</member>
|
||||
<member name="M:Sustainsys.Saml2.HttpModule.CommandResultHttpExtensions.SignInOrOutSessionAuthenticationModule(Sustainsys.Saml2.WebSso.CommandResult)">
|
||||
<summary>
|
||||
Establishes an application session by calling the session authentication module.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Sustainsys.Saml2.HttpModule.HttpRequestBaseExtensions">
|
||||
<summary>
|
||||
Static class that hold extension methods for <see cref="T:System.Web.HttpRequestBase"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Sustainsys.Saml2.HttpModule.HttpRequestBaseExtensions.ProtectionPurpose">
|
||||
<summary>
|
||||
Purpose string used with data protection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Sustainsys.Saml2.HttpModule.HttpRequestBaseExtensions.ToHttpRequestData(System.Web.HttpRequestBase,System.String)">
|
||||
<summary>
|
||||
Extension method to convert a HttpRequestBase to a HttpRequestData.
|
||||
</summary>
|
||||
<param name="requestBase">The request object used to populate the <c>HttpRequestData</c>.</param>
|
||||
<param name="modulePath">Path of Sustainsys.Saml2 instance - used for isolation of data protection</param>
|
||||
<returns>The <c>HttpRequestData</c> object that has been populated by the request.</returns>
|
||||
</member>
|
||||
<member name="M:Sustainsys.Saml2.HttpModule.HttpRequestBaseExtensions.ToHttpRequestData(System.Web.HttpRequestBase,System.Boolean,System.String)">
|
||||
<summary>
|
||||
Extension method to convert a HttpRequestBase to a HttpRequestData.
|
||||
</summary>
|
||||
<param name="requestBase">The request object used to populate the <c>HttpRequestData</c>.</param>
|
||||
<param name="ignoreCookies">Ignore cookies when extracting data.
|
||||
This is useful for the stub idp that might see the relay state
|
||||
and the requester's cookie, but shouldn't try to decrypt it.</param>
|
||||
<param name="modulePath">Path of Sustainsys.Saml2 instance - used for isolation of data protection</param>
|
||||
<returns>The <c>HttpRequestData</c> object that has been populated by the request.</returns>
|
||||
</member>
|
||||
<member name="T:Sustainsys.Saml2.HttpModule.Saml2AuthenticationModule">
|
||||
<summary>
|
||||
Http Module for SAML2 authentication. The module hijacks the
|
||||
~/Saml2AuthenticationModule/ path of the http application to provide
|
||||
authentication services.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Sustainsys.Saml2.HttpModule.Saml2AuthenticationModule.Options">
|
||||
<summary>
|
||||
The one and only options instance used by the
|
||||
<see cref="T:Sustainsys.Saml2.HttpModule.Saml2AuthenticationModule"/>. It is instantiated by
|
||||
loading the web.config, but after that it can be modified or even
|
||||
replaced from code.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Sustainsys.Saml2.HttpModule.Saml2AuthenticationModule.Init(System.Web.HttpApplication)">
|
||||
<summary>
|
||||
Init the module and subscribe to events.
|
||||
</summary>
|
||||
<param name="context"></param>
|
||||
</member>
|
||||
<member name="M:Sustainsys.Saml2.HttpModule.Saml2AuthenticationModule.OnAuthenticateRequest(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
Begin request handler that captures all traffic to configured module
|
||||
path.
|
||||
</summary>
|
||||
<param name="sender">The http application.</param>
|
||||
<param name="e">Ignored</param>
|
||||
</member>
|
||||
<member name="M:Sustainsys.Saml2.HttpModule.Saml2AuthenticationModule.Dispose">
|
||||
<summary>
|
||||
IDisposable implementation.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
BIN
Bin/Sustainsys.Saml2.dll
Normal file
BIN
Bin/Sustainsys.Saml2.dll
Normal file
Binary file not shown.
BIN
Bin/Sustainsys.Saml2.dll.refresh
Normal file
BIN
Bin/Sustainsys.Saml2.dll.refresh
Normal file
Binary file not shown.
4509
Bin/Sustainsys.Saml2.xml
Normal file
4509
Bin/Sustainsys.Saml2.xml
Normal file
File diff suppressed because it is too large
Load diff
BIN
Bin/System.Configuration.ConfigurationManager.dll
Normal file
BIN
Bin/System.Configuration.ConfigurationManager.dll
Normal file
Binary file not shown.
BIN
Bin/System.Configuration.ConfigurationManager.dll.refresh
Normal file
BIN
Bin/System.Configuration.ConfigurationManager.dll.refresh
Normal file
Binary file not shown.
BIN
Bin/System.Security.AccessControl.dll
Normal file
BIN
Bin/System.Security.AccessControl.dll
Normal file
Binary file not shown.
BIN
Bin/System.Security.AccessControl.dll.refresh
Normal file
BIN
Bin/System.Security.AccessControl.dll.refresh
Normal file
Binary file not shown.
2046
Bin/System.Security.AccessControl.xml
Normal file
2046
Bin/System.Security.AccessControl.xml
Normal file
File diff suppressed because it is too large
Load diff
BIN
Bin/System.Security.Cryptography.Xml.dll
Normal file
BIN
Bin/System.Security.Cryptography.Xml.dll
Normal file
Binary file not shown.
BIN
Bin/System.Security.Cryptography.Xml.dll.refresh
Normal file
BIN
Bin/System.Security.Cryptography.Xml.dll.refresh
Normal file
Binary file not shown.
2060
Bin/System.Security.Cryptography.Xml.xml
Normal file
2060
Bin/System.Security.Cryptography.Xml.xml
Normal file
File diff suppressed because it is too large
Load diff
BIN
Bin/System.Security.Permissions.dll
Normal file
BIN
Bin/System.Security.Permissions.dll
Normal file
Binary file not shown.
BIN
Bin/System.Security.Permissions.dll.refresh
Normal file
BIN
Bin/System.Security.Permissions.dll.refresh
Normal file
Binary file not shown.
7207
Bin/System.Security.Permissions.xml
Normal file
7207
Bin/System.Security.Permissions.xml
Normal file
File diff suppressed because it is too large
Load diff
BIN
Bin/System.Security.Principal.Windows.dll
Normal file
BIN
Bin/System.Security.Principal.Windows.dll
Normal file
Binary file not shown.
BIN
Bin/System.Security.Principal.Windows.dll.refresh
Normal file
BIN
Bin/System.Security.Principal.Windows.dll.refresh
Normal file
Binary file not shown.
1029
Bin/System.Security.Principal.Windows.xml
Normal file
1029
Bin/System.Security.Principal.Windows.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue