命名空间: Microsoft.IdentityModel.Tokens
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)
用法
Dim parentCredentials As ServiceCredentials Dim securityTokenHandlerCollection As SecurityTokenHandlerCollection Dim claimsAuthenticationManager As ClaimsAuthenticationManager Dim instance As New FederatedSecurityTokenManager(parentCredentials, securityTokenHandlerCollection, claimsAuthenticationManager)
语法
声明
Public Sub New ( _
parentCredentials As ServiceCredentials, _
securityTokenHandlerCollection As SecurityTokenHandlerCollection, _
claimsAuthenticationManager As ClaimsAuthenticationManager _
)
public FederatedSecurityTokenManager (
ServiceCredentials parentCredentials,
SecurityTokenHandlerCollection securityTokenHandlerCollection,
ClaimsAuthenticationManager claimsAuthenticationManager
)
public:
FederatedSecurityTokenManager (
ServiceCredentials^ parentCredentials,
SecurityTokenHandlerCollection^ securityTokenHandlerCollection,
ClaimsAuthenticationManager^ claimsAuthenticationManager
)
public FederatedSecurityTokenManager (
ServiceCredentials parentCredentials,
SecurityTokenHandlerCollection securityTokenHandlerCollection,
ClaimsAuthenticationManager claimsAuthenticationManager
)
public function FederatedSecurityTokenManager (
parentCredentials : ServiceCredentials,
securityTokenHandlerCollection : SecurityTokenHandlerCollection,
claimsAuthenticationManager : ClaimsAuthenticationManager
)
参数
- parentCredentials
- securityTokenHandlerCollection
- claimsAuthenticationManager
平台
开发平台
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
请参见
参考
FederatedSecurityTokenManager 类
FederatedSecurityTokenManager 成员
Microsoft.IdentityModel.Tokens 命名空间