Click or drag to resize
ClientSAMLSignon Method
Sign on to the configured MOVEit Transfer host using a SAML assertion.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool SAMLSignon(
	XmlElement SAMLAssertion
)

Parameters

SAMLAssertion
Type: System.XmlXmlElement
SAML assertion XML element.

Return Value

Type: Boolean
True if successful; otherwise, false.
See Also