ContextItem 构造函数 (Uri, String, Uri)

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

用法

    Dim name As Uri
Dim value As String
Dim scope As Uri

Dim instance As New ContextItem(name, value, scope)

语法

声明
Public Sub New ( _
    name As Uri, _
    value As String, _
    scope As Uri _
)
public ContextItem (
    Uri name,
    string value,
    Uri scope
)
public:
ContextItem (
    Uri^ name, 
    String^ value, 
    Uri^ scope
)
public ContextItem (
    Uri name, 
    String value, 
    Uri scope
)
public function ContextItem (
    name : Uri, 
    value : String, 
    scope : Uri
)

参数

  • name
     
  • value
     
  • scope
     

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

ContextItem 类
ContextItem 成员
Microsoft.IdentityModel.SecurityTokenService 命名空间