C# Класс DotNetXri.Client.Xml.AuthenticationService

Наследование: Service
Показать файл Открыть проект

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

Метод Описание
AuthenticationService ( Uri authenticationPages ) : System
AuthenticationService ( Uri authenticationPages, string providerID ) : System
AuthenticationService ( Uri authenticationPages, string providerID, string _delegate ) : System
AuthenticationService ( Uri authenticationPages, string providerID, string _delegate, bool useLoginPath ) : System
isInstance ( Service service ) : bool

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

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

public AuthenticationService ( Uri authenticationPages ) : System
authenticationPages System.Uri
Результат System

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

public AuthenticationService ( Uri authenticationPages, string providerID ) : System
authenticationPages System.Uri
providerID string
Результат System

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

public AuthenticationService ( Uri authenticationPages, string providerID, string _delegate ) : System
authenticationPages System.Uri
providerID string
_delegate string
Результат System

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

public AuthenticationService ( Uri authenticationPages, string providerID, string _delegate, bool useLoginPath ) : System
authenticationPages System.Uri
providerID string
_delegate string
useLoginPath bool
Результат System

isInstance() публичный статический Метод

public static isInstance ( Service service ) : bool
service Service
Результат bool