Home
last modified time | relevance | path

Searched refs:DoNotUseQuotes (Results 1 – 25 of 25) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/tests/
H A DX500DistinguishedNameTests.cs67 Assert.Equal(expected, dn.Decode(X500DistinguishedNameFlags.DoNotUseQuotes)); in NoQuoteWhitespaceBefore()
87 Assert.Equal(expected, dn.Decode(X500DistinguishedNameFlags.DoNotUseQuotes)); in NoQuoteWhitespaceAfter()
107 Assert.Equal(expected, dn.Decode(X500DistinguishedNameFlags.DoNotUseQuotes)); in NoQuoteByContents()
127 Assert.Equal(notQuoted, dn.Decode(X500DistinguishedNameFlags.DoNotUseQuotes)); in NotQuotedWithQuotes()
H A DX500DistinguishedNameEncodingTests.cs509 X500DistinguishedNameFlags.DoNotUseQuotes,
529 X500DistinguishedNameFlags.DoNotUseQuotes | X500DistinguishedNameFlags.Reversed,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/x509/
H A Dx500Name.cs25 DoNotUseQuotes = 0x0040, enumerator
185 …if ((flag & X500DistinguishedNameFlags.DoNotUseQuotes) == X500DistinguishedNameFlags.DoNotUseQuote… in MapNameToStrFlag()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Cryptography.X509Certificates/
H A DX500DistinguishedName.cs50 X500DistinguishedNameFlags.DoNotUseQuotes | X500DistinguishedNameFlags.UseCommas |
155 bool quotes = ((flag & X500DistinguishedNameFlags.DoNotUseQuotes) == 0); in Decode()
242 …meFlags flags = X500DistinguishedNameFlags.UseNewLines | X500DistinguishedNameFlags.DoNotUseQuotes; in AreEqual()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/
H A DX500NameEncoder.cs46 …fNeeded = (flags & X500DistinguishedNameFlags.DoNotUseQuotes) != X500DistinguishedNameFlags.DoNotU… in X500DistinguishedNameDecode()
90 …oQuotes = (flags & X500DistinguishedNameFlags.DoNotUseQuotes) == X500DistinguishedNameFlags.DoNotU… in X500DistinguishedNameEncode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Btls/
H A DMonoBtlsUtils.cs137 X500DistinguishedNameFlags.DoNotUseQuotes | X500DistinguishedNameFlags.UseCommas |
162 bool quotes = ((flag & X500DistinguishedNameFlags.DoNotUseQuotes) == 0); in FormatName()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Windows/
H A DX509Pal.X500DistinguishedName.cs128 …if ((flag & X500DistinguishedNameFlags.DoNotUseQuotes) == X500DistinguishedNameFlags.DoNotUseQuote… in MapNameToStrFlag()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/
H A DX500DistinguishedNameFlags.cs18 DoNotUseQuotes = 0x0040, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/
H A DX500DistinguishedNameTest.cs103 …Assert.AreEqual (String.Empty, dn.Decode (X500DistinguishedNameFlags.DoNotUseQuotes), "Decode(DoNo… in Empty()
123 …rver Certification Authority", dn.Decode (X500DistinguishedNameFlags.DoNotUseQuotes), "Decode(DoNo… in RsaIssuer()
249 …rver Certification Authority", dn.Decode (X500DistinguishedNameFlags.DoNotUseQuotes), "Decode(DoNo… in Constructor_String_Flags_None()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/ref/
H A DSystem.Security.Cryptography.X509Certificates.cs112 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs9332 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs9477 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs9330 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs9473 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs12075 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs11603 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs12612 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs12656 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs12643 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs12612 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs12612 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs12625 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs12946 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs12656 DoNotUseQuotes = 64, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs12872 DoNotUseQuotes = 64, enumerator