Пространство имен: Microsoft.IdentityModel.Tokens.Saml2
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim tokenDescriptor As SecurityTokenDescriptor Dim returnValue As Saml2NameIdentifier returnValue = Me.CreateIssuerNameIdentifier(tokenDescriptor) |
Синтаксис
Visual Basic |
---|
Protected Overridable Function CreateIssuerNameIdentifier ( _ tokenDescriptor As SecurityTokenDescriptor _ ) As Saml2NameIdentifier |
C# |
---|
protected virtual Saml2NameIdentifier CreateIssuerNameIdentifier ( SecurityTokenDescriptor tokenDescriptor ) |
C++ |
---|
protected: virtual Saml2NameIdentifier^ CreateIssuerNameIdentifier ( SecurityTokenDescriptor^ tokenDescriptor ) |
J# |
---|
protected Saml2NameIdentifier CreateIssuerNameIdentifier ( SecurityTokenDescriptor tokenDescriptor ) |
JScript |
---|
protected function CreateIssuerNameIdentifier ( tokenDescriptor : SecurityTokenDescriptor ) : Saml2NameIdentifier |
Параметры
- tokenDescriptor
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.