Méthode SecurityTokenService.CreateSecurityTokenDescriptor
Espace de noms: Microsoft.IdentityModel.SecurityTokenService
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim request As RequestSecurityToken Dim scope As Scope Dim returnValue As SecurityTokenDescriptor returnValue = Me.CreateSecurityTokenDescriptor(request, scope)
Syntaxe
'Déclaration
Protected Overridable Function CreateSecurityTokenDescriptor ( _
request As RequestSecurityToken, _
scope As Scope _
) As SecurityTokenDescriptor
protected virtual SecurityTokenDescriptor CreateSecurityTokenDescriptor (
RequestSecurityToken request,
Scope scope
)
protected:
virtual SecurityTokenDescriptor^ CreateSecurityTokenDescriptor (
RequestSecurityToken^ request,
Scope^ scope
)
protected SecurityTokenDescriptor CreateSecurityTokenDescriptor (
RequestSecurityToken request,
Scope scope
)
protected function CreateSecurityTokenDescriptor (
request : RequestSecurityToken,
scope : Scope
) : SecurityTokenDescriptor
Paramètres
- request
- scope
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
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 SecurityTokenService
Membres SecurityTokenService
Espace de noms Microsoft.IdentityModel.SecurityTokenService