ServiceAuthenticationManager.Authenticate Method

Definition

Authenticates the specified message.

C#
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Policy.IAuthorizationPolicy> Authenticate(System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Policy.IAuthorizationPolicy> authPolicy, Uri listenUri, ref System.ServiceModel.Channels.Message message);

Parameters

authPolicy
ReadOnlyCollection<IAuthorizationPolicy>

The authorization policy.

listenUri
Uri

The URI at which the message was received.

message
Message

The message to be authenticated.

Returns

Returns ReadOnlyCollection<T>.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1