SamlSecurityTokenHandler.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.
Creates subject claims from the SamlSubject.
protected virtual void ProcessSubject (Microsoft.IdentityModel.Tokens.Saml.SamlSubject subject, System.Security.Claims.ClaimsIdentity identity, string issuer);
abstract member ProcessSubject : Microsoft.IdentityModel.Tokens.Saml.SamlSubject * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessSubject : Microsoft.IdentityModel.Tokens.Saml.SamlSubject * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessSubject (subject As SamlSubject, identity As ClaimsIdentity, issuer As String)
Parameters
- subject
- SamlSubject
The SamlSubject.
- identity
- ClaimsIdentity
The ClaimsIdentity subject.
- issuer
- String
The issuer.
Exceptions
if identity
is null.
if the SamlSubject doesn't have the name or confirmation methonds.