DispatchRuntime.ServiceAuthenticationManager Propriété

Définition

Obtient ou définit l'objet qui gère un processus d'authentification pour les opérations de service.

public:
 property System::ServiceModel::ServiceAuthenticationManager ^ ServiceAuthenticationManager { System::ServiceModel::ServiceAuthenticationManager ^ get(); void set(System::ServiceModel::ServiceAuthenticationManager ^ value); };
public System.ServiceModel.ServiceAuthenticationManager ServiceAuthenticationManager { get; set; }
member this.ServiceAuthenticationManager : System.ServiceModel.ServiceAuthenticationManager with get, set
Public Property ServiceAuthenticationManager As ServiceAuthenticationManager

Valeur de propriété

ServiceAuthenticationManager

Objet de gestion d'authentification.

Remarques

L'authentification détermine l'identité de l'entité qui a signé un message.

S’applique à