C# (CSharp) Novell.Directory.Ldap.Utilclass RDN - 10 exemples trouvés. Ce sont les exemples réels les mieux notés de Novell.Directory.Ldap.Utilclass.RDN extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
A RDN encapsulates a single object's name of a Distinguished Name(DN). The object name represented by this class contains no context. Thus a Relative Distinguished Name (RDN) could be relative to anywhere in the Directories tree. For example, of following DN, 'cn=admin, ou=marketing, o=corporation', all possible RDNs are 'cn=admin', 'ou=marketing', and 'o=corporation'. Multivalued attributes are encapsulated in this class. For example the following could be represented by an RDN: 'cn=john + l=US', or 'cn=juan + l=ES'