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