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

Show file Open project: symplified/Symplified.Auth

Private Properties

Property Type Description
Saml20Resources System.CodeDom.Compiler

Public Methods

Method 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

Method Description
Saml20Resources ( ) : System.CodeDom.Compiler

Method Details

InvalidIdpEndPointIdFormat() public static method

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.
return string

UnsupportedRequestTypeFormat() public static method

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.
return string

UnsupportedResponseTypeFormat() public static method

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.
return string