C# Класс dk.nita.saml20.Properties.Saml20Resources

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

Private Properties

Свойство Тип Описание
Saml20Resources System.CodeDom.Compiler

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

Метод Описание
InvalidIdpEndPointIdFormat ( object arg0 ) : string

Formats a localized string similar to 'The IDPEndPoint with id "{0}" was not found in configuration file.'.

UnsupportedRequestTypeFormat ( object arg0 ) : string

Formats a localized string similar to 'Type of request ("{0}") is not supported.'.

UnsupportedResponseTypeFormat ( object arg0 ) : string

Formats a localized string similar to 'Type of response ("{0}") is not supported.'.

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

Метод Описание
Saml20Resources ( ) : System.CodeDom.Compiler

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

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

Formats a localized string similar to 'The IDPEndPoint with id "{0}" was not found in configuration file.'.
public static InvalidIdpEndPointIdFormat ( object arg0 ) : string
arg0 object An object (0) to format.
Результат string

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

Formats a localized string similar to 'Type of request ("{0}") is not supported.'.
public static UnsupportedRequestTypeFormat ( object arg0 ) : string
arg0 object An object (0) to format.
Результат string

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

Formats a localized string similar to 'Type of response ("{0}") is not supported.'.
public static UnsupportedResponseTypeFormat ( object arg0 ) : string
arg0 object An object (0) to format.
Результат string