C# Класс Symplified.Auth.Saml20Authenticator

SAML 2.0 Authenticator.
Наследование: WebRedirectAuthenticator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
OnPageLoading ( Uri url, string>.IDictionary formParams ) : void

Event handler called when a new page is being loaded in the web browser.

Saml20Authenticator ( string spName, dk.nita.saml20.Saml20MetadataDocument idpMetadata ) : System

Initializes a new instance of the Symplified.Auth.Saml20Authenticator class.

Защищенные методы

Метод Описание
OnRedirectPageLoaded ( Uri url, string>.System query, string>.System fragment, string>.IDictionary formParams ) : void

Raised when the SAML 2.0 response parameter has been detected.

Описание методов

OnPageLoading() публичный Метод

Event handler called when a new page is being loaded in the web browser.
public OnPageLoading ( Uri url, string>.IDictionary formParams ) : void
url System.Uri The URL of the page.
formParams string>.IDictionary Form parameters.
Результат void

OnRedirectPageLoaded() защищенный Метод

Raised when the SAML 2.0 response parameter has been detected.
protected OnRedirectPageLoaded ( Uri url, string>.System query, string>.System fragment, string>.IDictionary formParams ) : void
url System.Uri URL of the page.
query string>.System The parsed query of the URL.
fragment string>.System The parsed fragment of the URL.
formParams string>.IDictionary Form parameters, including the 'SAMLResponse'.
Результат void

Saml20Authenticator() публичный Метод

Initializes a new instance of the Symplified.Auth.Saml20Authenticator class.
public Saml20Authenticator ( string spName, dk.nita.saml20.Saml20MetadataDocument idpMetadata ) : System
spName string Service Provider name.
idpMetadata dk.nita.saml20.Saml20MetadataDocument Identity Provider metadata.
Результат System