Home
last modified time | relevance | path

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

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/x509/
H A Dx509chainpolicy.cs21 EndCertificateOnly = 0, enumerator
86 … if (value < X509RevocationFlag.EndCertificateOnly || value > X509RevocationFlag.ExcludeRoot)
H A Dx509utils.cs131 if (revocationFlag == X509RevocationFlag.EndCertificateOnly) in MapRevocationFlags()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/
H A DX509RevocationFlag.cs12 EndCertificateOnly = 0, enumerator
H A DX509ChainPolicy.cs49 … if (value < X509RevocationFlag.EndCertificateOnly || value > X509RevocationFlag.ExcludeRoot)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/
H A DX509ChainPolicyTest.cs132 cp.RevocationFlag = X509RevocationFlag.EndCertificateOnly; in RevocationFlag()
133 Assert.AreEqual (X509RevocationFlag.EndCertificateOnly, cp.RevocationFlag, "EndCertificateOnly"); in RevocationFlag()
246 cp.RevocationFlag = X509RevocationFlag.EndCertificateOnly; in Reset()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Cryptography.X509Certificates/
H A DX509ChainPolicy.cs102 if ((value < X509RevocationFlag.EndCertificateOnly) || (value > X509RevocationFlag.ExcludeRoot))
H A DX509ChainImplMono.cs764 case X509RevocationFlag.EndCertificateOnly: in CheckRevocationOnChain()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Windows/
H A DChainPal.BuildChain.cs101 if (revocationFlag == X509RevocationFlag.EndCertificateOnly) in MapRevocationFlags()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Security.Cryptography.Native/
H A Dpal_x509.h13 EndCertificateOnly = 0, enumerator
H A Dpal_x509.cpp188 if (revocationFlag != X509RevocationFlag::EndCertificateOnly) in CryptoNative_X509StoreSetRevocationFlag()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Security/Cryptography/
H A DManifestSignatureInformation.cs129 …if (revocationFlag < X509RevocationFlag.EndCertificateOnly || X509RevocationFlag.ExcludeRoot < rev… in VerifySignature()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Selectors/
H A DX509CertificateChain.cs371 if (revocationFlag == X509RevocationFlag.EndCertificateOnly) in MapRevocationFlags()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.OSX/
H A DChainPal.cs338 else if (revocationFlag == X509RevocationFlag.EndCertificateOnly) in FixupRevocationStatus()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Security/Cryptography/Xml/
H A DManifestSignedXml.cs312 case X509RevocationFlag.EndCertificateOnly: in MapRevocationFlags()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/
H A DOpenSslX509ChainProcessor.cs93 lookupCrl = revocationFlag != X509RevocationFlag.EndCertificateOnly; in BuildChain()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/tests/
H A DX509FilesystemTests.Unix.cs47 chain.ChainPolicy.RevocationFlag = X509RevocationFlag.EndCertificateOnly; in VerifyCrlCache()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/ref/
H A DSystem.Security.Cryptography.X509Certificates.cs526 EndCertificateOnly = 0, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs9651 EndCertificateOnly = 0, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs9819 EndCertificateOnly = 0, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs9649 EndCertificateOnly = 0, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs9815 EndCertificateOnly = 0, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs12407 EndCertificateOnly = 0, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs11934 EndCertificateOnly = 0, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs12945 EndCertificateOnly = 0, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs12995 EndCertificateOnly = 0, enumerator

12