DispatchRuntime.ServiceAuthenticationManager 属性

定义

获取或设置用于管理服务操作的身份验证过程的对象。

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

属性值

ServiceAuthenticationManager

身份验证管理对象。

注解

身份验证可确定对消息进行签名的实体的标识。

适用于