Saml2SecurityTokenHandler.CreateAuthorizationDecisionStatement Methode

Definition

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

Parameter

tokenDescriptor
SecurityTokenDescriptor

Der Tokendeskriptor.

Gibt zurück

Ein Saml2AuthorizationDecisionStatement.

Hinweise

Standardmäßig wird eine NULL-Anweisung zurückgegeben. Überschreiben, um einen Saml2AuthorizationDecisionStatement Wert zurückzugeben, der einem Saml2SecurityTokenhinzugefügt werden soll.

Gilt für: