BasicCredentials class
- Inheritance
-
- Object
- ExchangeCredentials
- BasicCredentials
Constructors
- BasicCredentials(String userName, String password, String? domain)
- Initializes a new instance to use specified credential.
Properties
- domain ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- NeedSignature → bool
-
Gets the flag indicating whether any sign action need taken.
no setterinherited
- password ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userName ↔ String
-
getter/setter pair
Methods
-
AdjustUrl(
Uri url) → Uri -
Adjusts the URL endpoint based on the credentials.
inherited
-
EmitExtraSoapHeaderNamespaceAliases(
XmlWriter? writer) → void -
Emit any extra necessary namespace aliases for the SOAP:header block.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
PreAuthenticate(
) → Future< void> -
This method is called to pre-authenticate credentials before a service request is made.
inherited
-
PrepareWebRequest(
IEwsHttpWebRequest request) → void -
This method is called to apply credentials to a service request before the request is made.
override
-
SerializeExtraSoapHeaders(
XmlWriter? writer, String webMethodName) → void -
Serialize any extra necessary SOAP headers.
This is used for authentication schemes that rely on WS-Security, or for endpoints requiring WS-Addressing.
inherited
-
SerializeWSSecurityHeaders(
XmlWriter? writer) → void -
Serialize SOAP headers used for authentication schemes that rely on WS-Security
inherited
-
Sign(
MemoryStream memoryStream) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited