ClaimTypes.DenyOnlySid Propriété

Définition

Obtient l’URI d’une revendication qui spécifie un IDENTIFICATEUR de sécurité de refus uniquement (SID) pour une entité.

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

Valeur de propriété

URI d’une revendication qui spécifie un SID de refus uniquement pour une entité.

Remarques

Un SID refuser uniquement refuse l’entité spécifiée à un objet sécurisable.

La chaîne retournée par cette propriété est http://schemas.xmlsoap.org/ws/2005/05/identity/claims/denyonlysid.

S’applique à

Voir aussi