共用方式為


SamlAuthorizationDecisionStatement.Resource 屬性

定義

SamlSecurityToken 安全性權杖主體已向其請求存取權的資源。

public:
 property System::String ^ Resource { System::String ^ get(); void set(System::String ^ value); };
public string Resource { get; set; }
member this.Resource : string with get, set
Public Property Resource As String

屬性值

URI 參考,其中會識別要請求其存取權的資源。

備註

AccessDecision 屬性 (Property) 會對應到已在 Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) 規格中定義之 Decision 項目的 <AuthorizationDecisionStatement> 屬性 (Attribute)。

適用於