C# Класс dk.nita.saml20.Saml20ArtifactResponse

Encapsulates the ArtificatResponse schema class
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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