Class HubServiceAuthenticationManager
The HUB Service Authentication Manager.
Inheritance
System.Object
System.ServiceModel.ServiceAuthenticationManager
HubServiceAuthenticationManager
Inherited Members
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: TheIdentityHub
Assembly: TheIdentityHub.dll
Syntax
public sealed class HubServiceAuthenticationManager : ServiceAuthenticationManager
Methods
Authenticate(ReadOnlyCollection<IAuthorizationPolicy>, Uri, ref Message)
Authenticates the specified message.
Declaration
public override ReadOnlyCollection<IAuthorizationPolicy> Authenticate(ReadOnlyCollection<IAuthorizationPolicy> authPolicy, Uri listenUri, ref Message message)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Policy.IAuthorizationPolicy> | authPolicy | The authorization policy. |
System.Uri | listenUri | The URI at which the message was received. |
System.ServiceModel.Channels.Message | message | The message to be authenticated. |
Returns
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Policy.IAuthorizationPolicy> |
Overrides
System.ServiceModel.ServiceAuthenticationManager.Authenticate(System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Policy.IAuthorizationPolicy>, System.Uri, System.ServiceModel.Channels.Message)