SignInConfiguration members

Configuration Class which handles the endpoint configuration, such as TransportMode, Internal Server and External Server addresses, sign in auto retry etc. This class object can be obtained by the property Configuration from the LyncClient object.

The SignInConfiguration type exposes the following members.

Properties

  Name Description
Public property ExternalServerUrl Sets the Lync server that a user signs in to when outside of an organization intranet.
Public property InternalServerUrl Gets or sets the Lync front end server that a user signs in to.
Public property IsPasswordSaved Returns true if Lync client saves a user sign in password
Public property Mode Sets or clears server auto-discovery mode.
Public property SignedInFromIntranet Determines whether user signed in from intranet or not.
Public property SignInAsAvailability Set the availability value for sign in as presence.
Public property SignInAutoRetry Set the bool value indication that auto retry for sign in is set.
Public property TransportMode Sets the current server transport.
Public property UserName Gets the Domain and User Name.

Top

Methods

  Name Description
Public method CanSet returns true if the configuration type is settable.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method ForgetMe Deletes SignIn credentials and cached data
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SignInConfiguration class

Microsoft.Lync.Model namespace