Share via


AcquireCredentialsEventArgs Members

This class holds information for encoding status.

The following tables list the members exposed by the AcquireCredentialsEventArgs type.

Public Fields

  Name Description
public fieldstatic Empty  (Inherited from EventArgs )

Top

Public Properties

  Name Description
public property Cancel Is set to true if you want to cancel the credentials request.
public property MaxPasswordNameLength Gets the maximum length of the password as supported by the server.
public property MaxUserNameLength Gets the maximum length of the user name as supported by the server.
public property Modes Gets a set of flags used in server authentication. On input, the caller sets whichever flags are relevant. On output, the application should clear the flags that were set by the caller, and set any additional flags as appropriate.
public property Password The password for the publishing point, if one is required.
public property Realm The name of the realm.
public property RememberPassword Gets or sets a flag that the application can use to indicate that the caller should save the credentials in a persistent manner.
public property Site The name of the site. The site is the name of the remote server.
public property UserName The user name for the publishing point, if one is required.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public methodstatic ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

AcquireCredentialsEventArgs Class
Microsoft.Expression.Encoder.Live Namespace

   © 2011 by Microsoft Corporation. All rights reserved.