DataPlace
CredentialEventArgs Class
CSCS.DataPlace.Distribution.ClientCredentialEventArgs
EventArgs for a Credential request event
Declaration Syntax
C#
public class CredentialEventArgs : EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CredentialEventArgs(Credential, Boolean, String, CredentialTargetType, String, Boolean)
ctor

Credentials
The credential provided by the handler of this event

CredentialTarget
The targetname of the credential, usually a server address

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Invalid
Indicates that this event is being raised because previously provided credentials were found to be invalid

IsSecure
Indicates the credential is going to be used over SSL
Remarks
Certain Proxy Servers require authentication and may not be configured for SSL.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Realm
The realm of basic authentication for this credential as used in Proxy authentication

TargetType
The intended use for the credential requested

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 CredentialEventArgs

Assembly: CS.DataPlace.Distribution.Client (Module: CS.DataPlace.Distribution.Client) Version: 1.0.3271.19816