ClientOrgGetSAMLInfo Method |
Returns a
MOVEitSAMLInfo object describing the available
SAML authentication settings and servers for the default MOVEit Transfer organization.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public MOVEitSAMLInfo OrgGetSAMLInfo()
Public Function OrgGetSAMLInfo As MOVEitSAMLInfo
public:
MOVEitSAMLInfo^ OrgGetSAMLInfo()
Return Value
Type:
MOVEitSAMLInfo
SAML information object if successful; otherwise,
null.
See Also