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