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 名前空間