AuthenticationServiceClientFactory Constructors
Supports automatic AuthenticationServiceClient creation on the client side.| Name | Parameters | Description |
|---|---|---|
| AuthenticationServiceClientFactory(EndpointAddress, AuthenticationType) | address, authenticationType | Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. |
| AuthenticationServiceClientFactory(EndpointAddress, Binding) | remoteAddress, binding | Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. |
| AuthenticationServiceClientFactory(EndpointAddress) | remoteAddress | Initializes a new instance of the AuthenticationServiceClientFactory class with specified settings. |
See Also