C# 클래스 UCosmic.Saml.ComponentSpaceSaml2Response

상속: Saml2Response
파일 보기 프로젝트 열기: ucosmic/UCosmicAlpha 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ComponentSpaceSaml2Response ( XmlElement responseElement, string relayStateId, Saml2SsoBinding spBinding, X509Certificate2 encryptionCertificate, System.Web.HttpContextBase httpContext ) : System
VerifySignature ( ) : bool

보호된 메소드들

메소드 설명
GetAttributeValueByFriendlyName ( SamlAttributeFriendlyName friendlyName ) : string
GetAttributeValueByName ( SamlAttributeName name ) : string
GetAttributeValuesByFriendlyName ( SamlAttributeFriendlyName friendlyName ) : string[]
GetAttributeValuesByName ( SamlAttributeName name ) : string[]

메소드 상세

ComponentSpaceSaml2Response() 공개 메소드

public ComponentSpaceSaml2Response ( XmlElement responseElement, string relayStateId, Saml2SsoBinding spBinding, X509Certificate2 encryptionCertificate, System.Web.HttpContextBase httpContext ) : System
responseElement System.Xml.XmlElement
relayStateId string
spBinding Saml2SsoBinding
encryptionCertificate System.Security.Cryptography.X509Certificates.X509Certificate2
httpContext System.Web.HttpContextBase
리턴 System

GetAttributeValueByFriendlyName() 보호된 메소드

protected GetAttributeValueByFriendlyName ( SamlAttributeFriendlyName friendlyName ) : string
friendlyName SamlAttributeFriendlyName
리턴 string

GetAttributeValueByName() 보호된 메소드

protected GetAttributeValueByName ( SamlAttributeName name ) : string
name SamlAttributeName
리턴 string

GetAttributeValuesByFriendlyName() 보호된 메소드

protected GetAttributeValuesByFriendlyName ( SamlAttributeFriendlyName friendlyName ) : string[]
friendlyName SamlAttributeFriendlyName
리턴 string[]

GetAttributeValuesByName() 보호된 메소드

protected GetAttributeValuesByName ( SamlAttributeName name ) : string[]
name SamlAttributeName
리턴 string[]

VerifySignature() 공개 메소드

public VerifySignature ( ) : bool
리턴 bool