RequestSecurityToken 构造函数 (String, String)

命名空间: Microsoft.IdentityModel.Protocols.WSTrust
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

    Dim requestType As String
Dim keyType As String

Dim instance As New RequestSecurityToken(requestType, keyType)

语法

声明
Public Sub New ( _
    requestType As String, _
    keyType As String _
)
public RequestSecurityToken (
    string requestType,
    string keyType
)
public:
RequestSecurityToken (
    String^ requestType, 
    String^ keyType
)
public RequestSecurityToken (
    String requestType, 
    String keyType
)
public function RequestSecurityToken (
    requestType : String, 
    keyType : String
)

参数

  • requestType
     
  • keyType
     

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

请参见

参考

RequestSecurityToken 类
RequestSecurityToken 成员
Microsoft.IdentityModel.Protocols.WSTrust 命名空间