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