C# 클래스 dk.nita.saml20.Saml20ArtifactResponse

Encapsulates the ArtificatResponse schema class
파일 보기 프로젝트 열기: symplified/Symplified.Auth 1 사용 예제들

공개 메소드들

메소드 설명
GetDefault ( ) : Saml20ArtifactResponse

Gets a default instance of this class with proper values set.

GetXml ( ) : XmlDocument

Returns the ArtifactResponse as an XML document.

Saml20ArtifactResponse ( ) : System

Initializes a new instance of the Saml20ArtifactResponse class.

메소드 상세

GetDefault() 공개 정적인 메소드

Gets a default instance of this class with proper values set.
public static GetDefault ( ) : Saml20ArtifactResponse
리턴 Saml20ArtifactResponse

GetXml() 공개 메소드

Returns the ArtifactResponse as an XML document.
public GetXml ( ) : XmlDocument
리턴 System.Xml.XmlDocument

Saml20ArtifactResponse() 공개 메소드

Initializes a new instance of the Saml20ArtifactResponse class.
public Saml20ArtifactResponse ( ) : System
리턴 System