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