SamlSecurityTokenHandler.ProcessCustomSubjectStatement 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 claims from a unknow statements.
protected virtual void ProcessCustomSubjectStatement (Microsoft.IdentityModel.Tokens.Saml.SamlStatement statement, System.Security.Claims.ClaimsIdentity identity, string issuer);
abstract member ProcessCustomSubjectStatement : Microsoft.IdentityModel.Tokens.Saml.SamlStatement * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessCustomSubjectStatement : Microsoft.IdentityModel.Tokens.Saml.SamlStatement * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessCustomSubjectStatement (statement As SamlStatement, identity As ClaimsIdentity, issuer As String)
Parameters
- statement
- SamlStatement
The SamlStatement.
- identity
- ClaimsIdentity
- issuer
- String
The issuer.