WSTrustChannelClientCredentials 类

定义

public ref class WSTrustChannelClientCredentials : System::ServiceModel::Description::ClientCredentials
public class WSTrustChannelClientCredentials : System.ServiceModel.Description.ClientCredentials
type WSTrustChannelClientCredentials = class
    inherit ClientCredentials
Public Class WSTrustChannelClientCredentials
Inherits ClientCredentials
继承
WSTrustChannelClientCredentials
继承
WSTrustChannelClientCredentials

构造函数

WSTrustChannelClientCredentials()
WSTrustChannelClientCredentials(ClientCredentials)
WSTrustChannelClientCredentials(WSTrustChannelClientCredentials)

属性

ClientCertificate

获取一个对象,您可以使用该对象来提供客户端用于通过到服务的验证的 X.509 证书。

(继承自 ClientCredentials)
ClientCredentials
HttpDigest

获取当前 HTTP 摘要凭据。

(继承自 ClientCredentials)
IssuedToken

使用此属性可指定在联系本地安全令牌服务时要使用的终结点地址和绑定。 某服务需要使用已颁发令牌的身份验证,但该服务的策略(表示为客户端上的绑定)未显式指定如何和在什么位置获取已颁发的令牌时,会使用此信息。

(继承自 ClientCredentials)
Peer

控制对等节点用于使自身通过到网格中的其他节点的认证的凭据,以及对等节点用于认证其他对等节点的对等节点。

(继承自 ClientCredentials)
SecurityTokenHandlerCollectionManager

获取或设置用于客户端凭据的安全令牌处理程序。

(继承自 ClientCredentials)
ServiceCertificate

获取用于指定服务的 X.509 证书的对象。

(继承自 ClientCredentials)
SupportInteractive

获取或设置指示是否允许系统在必要时交互式提示用户输入凭据。 例如,在中间层方案中,可能需要将其设置为 false

(继承自 ClientCredentials)
UseIdentityConfiguration

获取或设置客户端凭据是否使用标识配置。

(继承自 ClientCredentials)
UserName

获取一个凭据对象,您可以使用该对象来设置客户端用于使自身通过到服务的身份验证的用户名和密码。

(继承自 ClientCredentials)
Windows

获取用于控制客户端用于使自身通过到服务的身份认证的 Windows 凭据的对象。

(继承自 ClientCredentials)

方法

ApplyClientBehavior(ServiceEndpoint, ClientRuntime)

将指定客户端行为应用于终结点。

(继承自 ClientCredentials)
Clone()

创建此 ClientCredentials 实例的新副本。

(继承自 ClientCredentials)
CloneCore()
CreateSecurityTokenManager()
Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetInfoCardSecurityToken(Boolean, CardSpacePolicyElement[], SecurityTokenSerializer)

使用 CardSpace 系统以及指定的策略链和令牌序列化程序生成并返回安全令牌。

(继承自 ClientCredentials)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

显式接口实现

IEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection)

将此类的此实例添加到绑定参数集合。

(继承自 ClientCredentials)
IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher)

在终结点范围内实现服务的修改或扩展。

(继承自 ClientCredentials)
IEndpointBehavior.Validate(ServiceEndpoint)

留待将来使用。

(继承自 ClientCredentials)

适用于