SignInConfiguration Class

Definition

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.

public ref class SignInConfiguration : Microsoft::Lync::Model::Internal::UCWLite
public class SignInConfiguration : Microsoft.Lync.Model.Internal.UCWLite
type SignInConfiguration = class
    inherit UCWLite
Public Class SignInConfiguration
Inherits UCWLite
Inheritance
SignInConfiguration

Properties

ExternalServerUrl

Sets the Lync server that a user signs in to when outside of an organization intranet.

InnerObject (Inherited from UCWBase)
InternalServerUrl

Gets or sets the Lync front end server that a user signs in to.

IsPasswordSaved

Returns true if Lync client saves a user sign in password

Mode

Sets or clears server auto-discovery mode.

SignedInFromIntranet

Determines whether user signed in from intranet or not.

SignInAsAvailability

Set the availability value for sign in as presence.

SignInAutoRetry

Set the bool value indication that auto retry for sign in is set.

TransportMode

Sets the current server transport.

UserName

Gets the Domain and User Name.

Methods

CanSet(SignInConfigurationType)

returns true if the configuration type is settable.

ForgetMe(String)

Deletes SignIn credentials and cached data

Applies to