ServiceAuthenticationManager 类
定义
表示服务身份验证管理器。Represents a service authentication manager.
public ref class ServiceAuthenticationManager
public class ServiceAuthenticationManager
type ServiceAuthenticationManager = class
Public Class ServiceAuthenticationManager
- 继承
-
ServiceAuthenticationManager
构造函数
ServiceAuthenticationManager() |
创建 ServiceAuthenticationManager 的新实例。Creates a new instance of ServiceAuthenticationManager. |
方法
Authenticate(ReadOnlyCollection<IAuthorizationPolicy>, Uri, Message) |
对指定的消息进行身份验证。Authenticates the specified message. |
Equals(Object) |
确定指定的对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
GetHashCode() |
用作默认哈希函数。Serves as the default hash function. (继承自 Object) |
GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
ToString() |
返回一个表示当前对象的 string。Returns a string that represents the current object. (继承自 Object) |