ClaimTypes.DenyOnlySid 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得宣告的 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
。