SamlAuthorizationDecisionClaimResource Constructor

Definitie

Initialiseert een nieuw exemplaar van de SamlAuthorizationDecisionClaimResource klasse met behulp van de opgegeven resource waartoe het onderwerp toegang zoekt, de autorisatiebeslissing met betrekking tot de resource, de gezochte actie op de resource en de XML-naamruimte waarin de actie is gedefinieerd.

public:
 SamlAuthorizationDecisionClaimResource(System::String ^ resource, System::IdentityModel::Tokens::SamlAccessDecision accessDecision, System::String ^ actionNamespace, System::String ^ actionName);
public SamlAuthorizationDecisionClaimResource(string resource, System.IdentityModel.Tokens.SamlAccessDecision accessDecision, string actionNamespace, string actionName);
new System.IdentityModel.Tokens.SamlAuthorizationDecisionClaimResource : string * System.IdentityModel.Tokens.SamlAccessDecision * string * string -> System.IdentityModel.Tokens.SamlAuthorizationDecisionClaimResource
Public Sub New (resource As String, accessDecision As SamlAccessDecision, actionNamespace As String, actionName As String)

Parameters

resource
String

De resource waar het onderwerp toegang tot zoekt.

accessDecision
SamlAccessDecision

De autorisatiebeslissing die wordt weergegeven door de SAML-instantie met betrekking tot de toegang tot de resource door het onderwerp.

actionNamespace
String

De XML-naamruimte waarin de actie die is opgegeven in de actionName parameter is gedefinieerd.

actionName
String

De actie die door het onderwerp wordt gezocht op de resource die is opgegeven in de resource parameter.

Uitzonderingen

resource of actionName is null of een lege tekenreeks.

Opmerkingen

De volgende tabel bevat informatie over de eigenschappen die zijn ingesteld door de parameters die aan deze constructor zijn doorgegeven.

Parameter Property
resource Resource
accessDecision AccessDecision
actionNamespace ActionNamespace
actionName ActionName

Van toepassing op