ClaimTypes.DenyOnlySid Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'URI pour une revendication qui spécifie un identificateur de sécurité (SID) en refus seul 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 pour une revendication qui spécifie un identificateur de sécurité (SID) en refus seul pour une entité.
Remarques
Un SID en refus seul 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
.