C# Класс SobekCM.Core.Configuration.Authentication.Shibboleth_Configuration_Mapping

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
Shibboleth_Configuration_Mapping ( ) : System

Constructor for a new instance of the Shibboleth_Configuration_Mapping class

Shibboleth_Configuration_Mapping ( User_Object_Attribute_Mapping_Enum Mapping, string Value ) : System

Constructor for a new instance of the Shibboleth_Configuration_Mapping class

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

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

Constructor for a new instance of the Shibboleth_Configuration_Mapping class
public Shibboleth_Configuration_Mapping ( ) : System
Результат System

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

Constructor for a new instance of the Shibboleth_Configuration_Mapping class
public Shibboleth_Configuration_Mapping ( User_Object_Attribute_Mapping_Enum Mapping, string Value ) : System
Mapping User_Object_Attribute_Mapping_Enum Indicates a mapping to an attribute under the user class
Value string Value, either a constant to put in the user via the mapping, or the /// Shibboleth authentication key, used to find a user specific value and map /// to the user class
Результат System