Constructeur ContextItem (Uri, String, Uri)
Espace de noms: Microsoft.IdentityModel.SecurityTokenService
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim name As Uri Dim value As String Dim scope As Uri Dim instance As New ContextItem(name, value, scope)
Syntaxe
'Déclaration
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
)
Paramètres
- name
- value
- scope
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe ContextItem
Membres ContextItem
Espace de noms Microsoft.IdentityModel.SecurityTokenService