C# Класс Kentor.AuthServices.WebSso.AuthServicesUrls

The urls of AuthServices that are used in various messages.
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
AuthServicesUrls ( Uri assertionConsumerServiceUrl, Uri signInUrl, Uri applicationUrl ) : System

Creates the urls for AuthServices based on the given full urls for assertion consumer service and sign-in

Init ( Uri publicOrigin, string modulePath ) : void

Приватные методы

Метод Описание
AuthServicesUrls ( Kentor.AuthServices.WebSso.HttpRequestData request, IOptions options ) : System
AuthServicesUrls ( Uri applicationUrl, string modulePath ) : System

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

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

Creates the urls for AuthServices based on the given full urls for assertion consumer service and sign-in
public AuthServicesUrls ( Uri assertionConsumerServiceUrl, Uri signInUrl, Uri applicationUrl ) : System
assertionConsumerServiceUrl System.Uri The full Url for the Assertion Consumer Service.
signInUrl System.Uri The full Url for sign-in.
applicationUrl System.Uri The full Url for the application root.
Результат System

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

public Init ( Uri publicOrigin, string modulePath ) : void
publicOrigin System.Uri
modulePath string
Результат void