Share via


WSTrustChannelSecurityTokenProvider 类

定义

public ref class WSTrustChannelSecurityTokenProvider : System::IdentityModel::Selectors::SecurityTokenProvider, System::ServiceModel::ICommunicationObject
public class WSTrustChannelSecurityTokenProvider : System.IdentityModel.Selectors.SecurityTokenProvider, System.ServiceModel.ICommunicationObject
type WSTrustChannelSecurityTokenProvider = class
    inherit SecurityTokenProvider
    interface ICommunicationObject
Public Class WSTrustChannelSecurityTokenProvider
Inherits SecurityTokenProvider
Implements ICommunicationObject
继承
WSTrustChannelSecurityTokenProvider
实现

构造函数

WSTrustChannelSecurityTokenProvider(SecurityTokenRequirement)

属性

ClientCredentials
SupportsTokenCancellation
SupportsTokenRenewal

方法

BeginCancelToken(TimeSpan, SecurityToken, AsyncCallback, Object)

开始异步操作以取消安全令牌。

(继承自 SecurityTokenProvider)
BeginCancelTokenCore(TimeSpan, SecurityToken, AsyncCallback, Object)

开始异步操作以取消安全令牌。

(继承自 SecurityTokenProvider)
BeginGetToken(TimeSpan, AsyncCallback, Object)

开始异步操作以获取安全令牌。

(继承自 SecurityTokenProvider)
BeginGetTokenCore(TimeSpan, AsyncCallback, Object)
BeginRenewToken(TimeSpan, SecurityToken, AsyncCallback, Object)

开始异步操作以续订安全令牌。

(继承自 SecurityTokenProvider)
BeginRenewTokenCore(TimeSpan, SecurityToken, AsyncCallback, Object)

开始异步操作以续订安全令牌。

(继承自 SecurityTokenProvider)
CancelToken(TimeSpan, SecurityToken)

取消安全令牌。

(继承自 SecurityTokenProvider)
CancelTokenAsync(TimeSpan, SecurityToken)

取消安全令牌。

(继承自 SecurityTokenProvider)
CancelTokenCore(TimeSpan, SecurityToken)

取消安全令牌。

(继承自 SecurityTokenProvider)
CancelTokenCoreAsync(TimeSpan, SecurityToken)

取消安全令牌。

(继承自 SecurityTokenProvider)
CreateWsTrustRequest()
EndCancelToken(IAsyncResult)

完成异步操作以取消安全令牌。

(继承自 SecurityTokenProvider)
EndCancelTokenCore(IAsyncResult)

完成异步操作以取消安全令牌。

(继承自 SecurityTokenProvider)
EndGetToken(IAsyncResult)

完成异步操作以获取安全令牌。

(继承自 SecurityTokenProvider)
EndGetTokenCore(IAsyncResult)
EndRenewToken(IAsyncResult)

完成异步操作以续订安全令牌。

(继承自 SecurityTokenProvider)
EndRenewTokenCore(IAsyncResult)

完成异步操作以续订安全令牌。

(继承自 SecurityTokenProvider)
Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetToken(TimeSpan)

获取安全令牌。

(继承自 SecurityTokenProvider)
GetTokenAsync(TimeSpan)

获取安全令牌。

(继承自 SecurityTokenProvider)
GetTokenCore(TimeSpan)
GetTokenCoreAsync(TimeSpan)

获取安全令牌。

(继承自 SecurityTokenProvider)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
RenewToken(TimeSpan, SecurityToken)

续订安全令牌。

(继承自 SecurityTokenProvider)
RenewTokenAsync(TimeSpan, SecurityToken)

续订安全令牌。

(继承自 SecurityTokenProvider)
RenewTokenCore(TimeSpan, SecurityToken)

续订安全令牌。

(继承自 SecurityTokenProvider)
RenewTokenCoreAsync(TimeSpan, SecurityToken)

续订安全令牌。

(继承自 SecurityTokenProvider)
ToString()

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

(继承自 Object)

显式接口实现

ICommunicationObject.Abort()
ICommunicationObject.BeginClose(AsyncCallback, Object)
ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)
ICommunicationObject.BeginOpen(AsyncCallback, Object)
ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)
ICommunicationObject.Close()
ICommunicationObject.Close(TimeSpan)
ICommunicationObject.Closed
ICommunicationObject.Closing
ICommunicationObject.EndClose(IAsyncResult)
ICommunicationObject.EndOpen(IAsyncResult)
ICommunicationObject.Faulted
ICommunicationObject.Open()
ICommunicationObject.Open(TimeSpan)
ICommunicationObject.Opened
ICommunicationObject.Opening
ICommunicationObject.State

扩展方法

CloseHelperAsync(ICommunicationObject, TimeSpan)
OpenHelperAsync(ICommunicationObject, TimeSpan)

适用于