SamlSecurityTokenHandler.CreateAuthorizationDecisionStatement 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 a SamlAuthorizationDecisionStatement from a SecurityTokenDescriptor.
public virtual Microsoft.IdentityModel.Tokens.Saml.SamlAuthorizationDecisionStatement CreateAuthorizationDecisionStatement (Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor tokenDescriptor);
abstract member CreateAuthorizationDecisionStatement : Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor -> Microsoft.IdentityModel.Tokens.Saml.SamlAuthorizationDecisionStatement
override this.CreateAuthorizationDecisionStatement : Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor -> Microsoft.IdentityModel.Tokens.Saml.SamlAuthorizationDecisionStatement
Public Overridable Function CreateAuthorizationDecisionStatement (tokenDescriptor As SecurityTokenDescriptor) As SamlAuthorizationDecisionStatement
Parameters
- tokenDescriptor
- SecurityTokenDescriptor
The token descriptor.
Returns
A SamlAuthorizationDecisionStatement.
Remarks
By default a null statement is returned. Override to return a SamlAuthorizationDecisionStatement to be added to a SamlSecurityToken.