Saml2SecurityTokenHandler.ProcessSubject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds claims from the Saml2Subject into the ClaimsIdentity.
protected virtual void ProcessSubject (Microsoft.IdentityModel.Tokens.Saml2.Saml2Subject subject, System.Security.Claims.ClaimsIdentity identity, string issuer);
abstract member ProcessSubject : Microsoft.IdentityModel.Tokens.Saml2.Saml2Subject * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessSubject : Microsoft.IdentityModel.Tokens.Saml2.Saml2Subject * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessSubject (subject As Saml2Subject, identity As ClaimsIdentity, issuer As String)
Parameters
- subject
- Saml2Subject
The Saml2Subject.
- identity
- ClaimsIdentity
The ClaimsIdentity.
- issuer
- String
The issuer.
Exceptions
If identity
is null.