C# Class dk.nita.saml20.Properties.Saml20Resources

Afficher le fichier Open project: symplified/Symplified.Auth

Private Properties

Свойство Type Description
Saml20Resources System.CodeDom.Compiler

Méthodes publiques

Méthode Description
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.'.

Private Methods

Méthode Description
Saml20Resources ( ) : System.CodeDom.Compiler

Method Details

InvalidIdpEndPointIdFormat() public static méthode

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.
Résultat string

UnsupportedRequestTypeFormat() public static méthode

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.
Résultat string

UnsupportedResponseTypeFormat() public static méthode

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.
Résultat string