C# 클래스 dk.nita.saml20.Properties.Saml20Resources

파일 보기 프로젝트 열기: symplified/Symplified.Auth

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