4 references to DoNotUseQuotes
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X500NameEncoder.cs (4)
42bool quoteIfNeeded = (flags & X500DistinguishedNameFlags.DoNotUseQuotes) != X500DistinguishedNameFlags.DoNotUseQuotes; 87bool noQuotes = (flags & X500DistinguishedNameFlags.DoNotUseQuotes) == X500DistinguishedNameFlags.DoNotUseQuotes;