共用方式為


ClaimTypes.DenyOnlySid 屬性

定義

取得宣告的 URI,這個宣告會指定實體的指定禁用 (Deny-Only) 安全識別項 (SID)。

public:
 static property System::String ^ DenyOnlySid { System::String ^ get(); };
public static string DenyOnlySid { get; }
static member DenyOnlySid : string
Public Shared ReadOnly Property DenyOnlySid As String

屬性值

指定宣告的 URI,這個宣告會指定實體的指定禁用 SID。

備註

指定禁用 SID 不會讓指定的實體存取安全物件。

這個屬性傳回的字串為 http://schemas.xmlsoap.org/ws/2005/05/identity/claims/denyonlysid

適用於

另請參閱