Home
last modified time | relevance | path

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

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/
H A DCmsSignerTest.cs59 Assert.AreEqual (X509IncludeOption.ExcludeRoot, ps.IncludeOption, "IncludeOption"); in ConstructorEmpty()
73 Assert.AreEqual (X509IncludeOption.ExcludeRoot, ps.IncludeOption, "IncludeOption"); in ConstructorIssuerAndSerialNumber()
87 Assert.AreEqual (X509IncludeOption.ExcludeRoot, ps.IncludeOption, "IncludeOption"); in ConstructorSubjectKeyIdentifier()
101 Assert.AreEqual (X509IncludeOption.ExcludeRoot, ps.IncludeOption, "IncludeOption"); in ConstructorUnknown()
124 Assert.AreEqual (X509IncludeOption.ExcludeRoot, ps.IncludeOption, "IncludeOption"); in ConstructorX509CertificateEx()
139 Assert.AreEqual (X509IncludeOption.ExcludeRoot, ps.IncludeOption, "IncludeOption"); in ConstructorX509CertificateExEmpty()
155 Assert.AreEqual (X509IncludeOption.ExcludeRoot, ps.IncludeOption, "IncludeOption"); in ConstructorX509CertificateExNull()
170 Assert.AreEqual (X509IncludeOption.ExcludeRoot, ps.IncludeOption, "IncludeOption"); in ConstructorIssuerAndSerialNumberX509CertificateEx()
185 Assert.AreEqual (X509IncludeOption.ExcludeRoot, ps.IncludeOption, "IncludeOption"); in ConstructorSubjectKeyIdentifierX509CertificateEx()
258 ps.IncludeOption = X509IncludeOption.ExcludeRoot; in IncludeOption()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/x509/
H A Dx509chainpolicy.cs23 ExcludeRoot = 2 enumerator
86 … if (value < X509RevocationFlag.EndCertificateOnly || value > X509RevocationFlag.ExcludeRoot)
131 m_revocationFlag = X509RevocationFlag.ExcludeRoot; in Reset()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/
H A DCmsSigner.cs58 IncludeOption = X509IncludeOption.ExcludeRoot; in CmsSigner()
62 IncludeOption = X509IncludeOption.ExcludeRoot; in CmsSigner()
66 IncludeOption = X509IncludeOption.ExcludeRoot; in CmsSigner()
74 IncludeOption = X509IncludeOption.ExcludeRoot; in CmsSigner()
257 IncludeOption == X509IncludeOption.ExcludeRoot && in Sign()
H A DSignerInfo.cs586 chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot; in Verify()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/
H A DX509ChainPolicy.cs49 … if (value < X509RevocationFlag.EndCertificateOnly || value > X509RevocationFlag.ExcludeRoot)
80 _revocationFlag = X509RevocationFlag.ExcludeRoot; in Reset()
H A DX509IncludeOption.cs10 ExcludeRoot, enumerator
H A DX509RevocationFlag.cs14 ExcludeRoot = 2, enumerator
/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))
143 rflag = X509RevocationFlag.ExcludeRoot; in Reset()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/
H A DX509ChainPolicyTest.cs60 Assert.AreEqual (X509RevocationFlag.ExcludeRoot, cp.RevocationFlag, "RevocationFlag"); in Default()
136 cp.RevocationFlag = X509RevocationFlag.ExcludeRoot; in RevocationFlag()
137 Assert.AreEqual (X509RevocationFlag.ExcludeRoot, cp.RevocationFlag, "ExcludeRoot"); in RevocationFlag()
260 Assert.AreEqual (X509RevocationFlag.ExcludeRoot, cp.RevocationFlag, "RevocationFlag"); in Reset()
H A DX509ChainTest.cs91 Assert.AreEqual (X509RevocationFlag.ExcludeRoot, p.RevocationFlag, "RevocationFlag"); in CheckDefaultPolicy()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Security/Cryptography/
H A DManifestSignatureInformation.cs114 X509RevocationFlag.ExcludeRoot, in VerifySignature()
129 …tionFlag < X509RevocationFlag.EndCertificateOnly || X509RevocationFlag.ExcludeRoot < revocationFla… in VerifySignature()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/System.Security.Cryptography.Pkcs/
H A DCmsSigner.cs52 _options = X509IncludeOption.ExcludeRoot; in CmsSigner()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http.WinHttpHandler/src/System/Net/Http/
H A DWinHttpCertificateHelper.cs32 chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot; in BuildChain()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/Http/
H A DTlsCertificateExtensions.cs80 chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot; in BuildNewChain()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Security.Cryptography.Native/
H A Dpal_x509.h15 ExcludeRoot = 2, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/
H A DManagedCertificateFinder.cs342 RevocationFlag = X509RevocationFlag.ExcludeRoot in IsCertValid()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/System.Security.Cryptography.Xml/
H A DKeyInfoX509Data.cs73 case X509IncludeOption.ExcludeRoot: in KeyInfoX509Data()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/
H A DKeyInfoX509Data.cs57 case X509IncludeOption.ExcludeRoot: in KeyInfoX509Data()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Selectors/
H A DX509CertificateStore.cs329 chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot; in TryGetMatchingX509Certificate()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Unix/
H A DCurlHandler.SslProvider.cs347 chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot; in VerifyCertChain()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Windows/
H A DFindPal.cs369 X509RevocationFlag.ExcludeRoot, in VerifyCertificateIgnoringErrors()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.OSX/
H A DChainPal.cs321 if (revocationFlag == X509RevocationFlag.ExcludeRoot) in FixupRevocationStatus()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/uap/System/Net/
H A DHttpClientHandler.cs718 serverChain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot; in RTServerCertificateCallbackHelper()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/ref/
H A DSystem.Security.Cryptography.X509Certificates.cs478 ExcludeRoot = 1, enumerator
528 ExcludeRoot = 2, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Security/Cryptography/Xml/
H A DManifestSignedXml.cs320 case X509RevocationFlag.ExcludeRoot: in MapRevocationFlags()

12