Class CredentialsEventArg
Ths class can be used of modification UserName/password before to create proxy / channel CredentialsEvent This is useful when you will programtically to set username and password for the binding, one senario is when the certificate uses in respective to http binding
Inheritance
System.Object
System.EventArgs
CredentialsEventArg
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Events.Remote
Assembly: EPiServer.Events.dll
Version: 8.11.0Syntax
public class CredentialsEventArg : EventArgs
Constructors
CredentialsEventArg(String)
Initializes a new instance of the Credentials class.
Declaration
public CredentialsEventArg(string endpoint)
Parameters
Type | Name | Description |
---|---|---|
System.String | endpoint | The endpoint. |
Properties
Credentials
Gets or sets the credentials.
Declaration
public NetworkCredential Credentials { get; set; }
Property Value
Type | Description |
---|---|
System.Net.NetworkCredential | The credentials. |
Endpoint
Gets or sets the endpoint.
Declaration
public string Endpoint { get; protected set; }
Property Value
Type | Description |
---|---|
System.String | The endpoint. |