Pkcs12LoaderLimits.AllowDuplicateAttributes 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 ou définit une valeur indiquant si les attributs en double sont autorisés.
public:
property bool AllowDuplicateAttributes { bool get(); void set(bool value); };
public bool AllowDuplicateAttributes { get; set; }
member this.AllowDuplicateAttributes : bool with get, set
Public Property AllowDuplicateAttributes As Boolean
Valeur de propriété
true pour autoriser les attributs en double ; false pour échouer lors du chargement des attributs dupliqués trouvés.
La valeur par défaut est false.