SamlSecurityTokenAuthenticator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SamlSecurityTokenAuthenticator class.
Overloads
SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>) |
Initializes a new instance of the SamlSecurityTokenAuthenticator class using the specified set of authenticators. |
SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan) |
Initializes a new instance of the SamlSecurityTokenAuthenticator class using the specified set of authenticators and the maximum allowable difference between the sender's and receiver's clocks. |
SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>)
Initializes a new instance of the SamlSecurityTokenAuthenticator class using the specified set of authenticators.
public:
SamlSecurityTokenAuthenticator(System::Collections::Generic::IList<System::IdentityModel::Selectors::SecurityTokenAuthenticator ^> ^ supportingAuthenticators);
public SamlSecurityTokenAuthenticator (System.Collections.Generic.IList<System.IdentityModel.Selectors.SecurityTokenAuthenticator> supportingAuthenticators);
new System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator : System.Collections.Generic.IList<System.IdentityModel.Selectors.SecurityTokenAuthenticator> -> System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator
Public Sub New (supportingAuthenticators As IList(Of SecurityTokenAuthenticator))
Parameters
- supportingAuthenticators
- IList<SecurityTokenAuthenticator>
An IList<T> of SecurityTokenAuthenticator that contains the authenticators to authenticate the issuer's SecurityToken security tokens.
Applies to
SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan)
Initializes a new instance of the SamlSecurityTokenAuthenticator class using the specified set of authenticators and the maximum allowable difference between the sender's and receiver's clocks.
public:
SamlSecurityTokenAuthenticator(System::Collections::Generic::IList<System::IdentityModel::Selectors::SecurityTokenAuthenticator ^> ^ supportingAuthenticators, TimeSpan maxClockSkew);
public SamlSecurityTokenAuthenticator (System.Collections.Generic.IList<System.IdentityModel.Selectors.SecurityTokenAuthenticator> supportingAuthenticators, TimeSpan maxClockSkew);
new System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator : System.Collections.Generic.IList<System.IdentityModel.Selectors.SecurityTokenAuthenticator> * TimeSpan -> System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator
Public Sub New (supportingAuthenticators As IList(Of SecurityTokenAuthenticator), maxClockSkew As TimeSpan)
Parameters
- supportingAuthenticators
- IList<SecurityTokenAuthenticator>
An IList<T> of SecurityTokenAuthenticator that contains the authenticators to authenticate the issuer's SecurityToken security tokens.
- maxClockSkew
- TimeSpan
A TimeSpan that represents the maximum allowable difference between the sender's and receiver's clocks.