MOVEitSAMLInfo.SAMLIdentityProvider.SingleLogoutServices Property |
List of single logout services provided by the identity provider.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public IList<MOVEitSAMLInfo. SAMLServiceEndpoint> SingleLogoutServices { get; }
Public ReadOnly Property SingleLogoutServices As IList(Of MOVEitSAMLInfo.SAMLServiceEndpoint)
Get
public:
property IList<MOVEitSAMLInfo. SAMLServiceEndpoint^>^ SingleLogoutServices {
IList<MOVEitSAMLInfo. SAMLServiceEndpoint^>^ get ();
}
Property Value
Type:
IList<MOVEitSAMLInfo.SAMLServiceEndpoint>See Also