C# (CSharp) dk.nita.saml20.protocol Пространство имен

Классы

Имя Описание
Saml20MetadataHandler The handler that exposes a metadata endpoint to the other parties of the federation. The handler accepts the following GET parameters : - encoding : Delivers the Metadata document in the specified encoding. Example: encoding=iso-8859-1 . If the parameter is omitted, the encoding utf-8 is used. - sign : A boolean parameter specifying whether to sign the metadata document. Example: sign=false. If the parameter is omitted, the document is signed.
Saml20SignonHandler Implements a Saml 2.0 protocol sign-on endpoint. Handles all SAML bindings.