Class CredentialsEventArg
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Ths class can be used of modification UserName/password before to create proxy / channel EPiServer.Events.Remote.EventReplicationWCFProviders.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
Inherited Members
Namespace: EPiServer.Events.Remote.Internal
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7Syntax
public class CredentialsEventArg : EventArgs
Constructors
CredentialsEventArg(String)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the Credentials class.
Declaration
public CredentialsEventArg(string endpoint)
Parameters
Type | Name | Description |
---|---|---|
System.String | endpoint | The endpoint. |
Properties
Credentials
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the credentials.
Declaration
public NetworkCredential Credentials { get; set; }
Property Value
Type | Description |
---|---|
System.Net.NetworkCredential | The credentials. |
Endpoint
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the endpoint.
Declaration
public string Endpoint { get; protected set; }
Property Value
Type | Description |
---|---|
System.String | The endpoint. |