Sets the new subject for the Claim.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim instance As Claim Dim subject As IClaimsIdentity instance.SetSubject(subject) |
Синтаксис
Visual Basic |
---|
Public Overridable Sub SetSubject ( _ subject As IClaimsIdentity _ ) |
C# |
---|
public virtual void SetSubject ( IClaimsIdentity subject ) |
C++ |
---|
public: virtual void SetSubject ( IClaimsIdentity^ subject ) |
J# |
---|
public void SetSubject ( IClaimsIdentity subject ) |
JScript |
---|
public function SetSubject ( subject : IClaimsIdentity ) |
Параметры
- subject
-
The ClaimCollection that represents the subject of the claim.
Примечания
This method must not add the Claim to the new subject or remove it from the old subject. This method should only be called by ClaimCollection implementations - these are responsible for maintaining the referential integrity of the Subject property.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.