AllowSingleSignOn property

Sets or returns whether Documentum single sign-on is allowed.

Syntax


C++

HRESULT get_AllowSingleSignOn(
   
VARIANT_BOOL* pAllowSingleSignOn)

HRESULT put_AllowSingleSignOn(
   
VARIANT_BOOL MyAllowSingleSignOn)

Scripting languages

AllowSingleSignOn = Object.AllowSingleSignOn

Object.AllowSingleSignOn = AllowSingleSignOn

Legal values


Value

Description

TRUE

Single sign-on is allowed.

FALSE

Single sign-on is not allowed.

 

Home

Applies to
IERUDocumentumSettings