Click or drag to resize
ClientOrgGetSAMLInfo Method (String)
Returns a MOVEitSAMLInfo object describing the available SAML authentication settings and servers for the provided MOVEit Transfer organization.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public MOVEitSAMLInfo OrgGetSAMLInfo(
	string OrgID
)

Parameters

OrgID
Type: SystemString
Organization ID

Return Value

Type: MOVEitSAMLInfo
SAML information object if successful; otherwise, null.
See Also