Home
last modified time | relevance | path

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

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/x509/
H A Dx509chainelement.cs15 public class X509ChainElement { class
20 private X509ChainElement () {} in X509ChainElement() method in System.Security.Cryptography.X509Certificates.X509ChainElement
25 internal unsafe X509ChainElement (IntPtr pChainElement) { in X509ChainElement() method in System.Security.Cryptography.X509Certificates.X509ChainElement
65 private X509ChainElement[] m_elements;
68 m_elements = new X509ChainElement[0]; in X509ChainElementCollection()
80 m_elements = new X509ChainElement[simpleChain.cElement]; in X509ChainElementCollection()
82 …m_elements[index] = new X509ChainElement(Marshal.ReadIntPtr(new IntPtr((long) simpleChain.rgpEleme… in X509ChainElementCollection()
86 public X509ChainElement this[int index] {
128 public void CopyTo(X509ChainElement[] array, int index) { in CopyTo()
155 public X509ChainElement Current {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Cryptography.X509Certificates/
H A DX509ChainElementCollection.cs58 public X509ChainElement this [int index] {
59 get { return (X509ChainElement) _list [index]; }
68 public void CopyTo (X509ChainElement[] array, int index) in CopyTo()
92 _list.Add (new X509ChainElement (certificate)); in Add()
103 if (certificate.Equals (( _list [i] as X509ChainElement).Certificate)) in Contains()
H A DX509ChainElementEnumerator.cs50 public X509ChainElement Current {
51 get { return (X509ChainElement) enumerator.Current; }
H A DX509ChainImplMono.cs61 private X509ChainElement bce_restriction;
132 foreach (X509ChainElement ce in elements) { in Build()
518 X509ChainElement element = elements [n]; in Process()
591 X509ChainElement element = elements [n]; in PrepareForNextCertificate()
655 X509ChainElement element = elements [0]; in WrapUp()
678 private void ProcessCertificateExtensions (X509ChainElement element) in ProcessCertificateExtensions()
777 X509ChainElement element = elements [i]; in CheckRevocationOnChain()
800 X509ChainElement element = elements [ca]; in CheckRevocation()
H A DX509ChainElement.cs36 public class X509ChainElement { class
46 internal X509ChainElement (X509Certificate2 certificate) in X509ChainElement() method in System.Security.Cryptography.X509Certificates.X509ChainElement
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/
H A DX509ChainElementCollection.cs12 private readonly X509ChainElement[] _elements;
16 _elements = Array.Empty<X509ChainElement>(); in X509ChainElementCollection()
19 internal X509ChainElementCollection(X509ChainElement[] chainElements) in X509ChainElementCollection()
40 public X509ChainElement this[int index]
53 public void CopyTo(X509ChainElement[] array, int index) in CopyTo()
H A DX509ChainElement.cs16 public class X509ChainElement class
18 …internal X509ChainElement(X509Certificate2 certificate, X509ChainStatus[] chainElementStatus, stri… in X509ChainElement() method in System.Security.Cryptography.X509Certificates.X509ChainElement
H A DX509ChainElementEnumerator.cs20 public X509ChainElement Current
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Windows/
H A DChainPal.cs58 public X509ChainElement[] ChainElements
67X509ChainElement[] chainElements = new X509ChainElement[pCertSimpleChain->cElement];
76X509ChainElement chainElement = new X509ChainElement(certificate, chainElementStatus, information);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/
H A DChainVerifier.cs15 public static bool Verify(X509ChainElement[] chainElements, X509VerificationFlags flags) in Verify()
19 foreach (X509ChainElement element in chainElements) in Verify()
32 …private static bool HasUnsuppressedError(X509VerificationFlags flags, X509ChainElement element, bo… in HasUnsuppressedError()
H A DOpenSslX509ChainProcessor.cs29 public X509ChainElement[] ChainElements { get; private set; }
48 X509ChainElement[] elements; in BuildChain()
139 elements = new X509ChainElement[chainSize]; in BuildChain()
164 elements[i] = new X509ChainElement(elementCert, status.ToArray(), ""); in BuildChain()
176 foreach (X509ChainElement element in elements) in BuildChain()
203 X509ChainElement leafElement = elements[0]; in BuildChain()
217 elements[0] = new X509ChainElement( in BuildChain()
H A DChainPal.cs126 X509ChainElement[] chainElements, in SaveIntermediateCertificates()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.OSX/
H A DChainPal.cs24 public X509ChainElement[] ChainElements { get; private set; }
300 X509ChainElement[] elements = new X509ChainElement[elementTuples.Length]; in BuildAndSetProperties()
313 X509ChainElement rollupElement = BuildElement(null, allStatus); in BuildAndSetProperties()
414 private X509ChainElement BuildElement(X509Certificate2 cert, int dwStatus) in BuildElement()
421 return new X509ChainElement(cert, Array.Empty<X509ChainStatus>(), ""); in BuildElement()
459 return new X509ChainElement(cert, statuses.ToArray(), ""); in BuildElement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/
H A DIChainPal.cs19 X509ChainElement[] ChainElements { get; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/pkits/
H A Dx509build.cs33 foreach (X509ChainElement ce in chain.ChainElements) { in Main()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/ref/
H A DSystem.Security.Cryptography.X509Certificates.cs331 public partial class X509ChainElement class
333 internal X509ChainElement() { } in X509ChainElement() method in System.Security.Cryptography.X509Certificates.X509ChainElement
343 …public System.Security.Cryptography.X509Certificates.X509ChainElement this[int index] { get { thro…
345 …public void CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[] array, int ind… in CopyTo()
353 …public System.Security.Cryptography.X509Certificates.X509ChainElement Current { get { throw null; …
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/tests/
H A DChainTests.cs559 X509ChainElement chainElement = onlineChain.ChainElements[j]; in VerifyWithRevocation()
618 X509ChainElement onlineElement = onlineChain.ChainElements[i]; in VerifyWithRevocation()
619 X509ChainElement offlineElement = offlineChain.ChainElements[i]; in VerifyWithRevocation()
/dports/devel/php-ice37/ice-3.7.2/csharp/src/IceSSL/
H A DTransceiverI.cs540 X509ChainElement e = _chain.ChainElements[_chain.ChainElements.Count - 1]; in validationCallback()
621 X509ChainElement e = _chain.ChainElements[_chain.ChainElements.Count - 1]; in validationCallback()
/dports/devel/ice37/ice-3.7.2/csharp/src/IceSSL/
H A DTransceiverI.cs540 X509ChainElement e = _chain.ChainElements[_chain.ChainElements.Count - 1]; in validationCallback()
621 X509ChainElement e = _chain.ChainElements[_chain.ChainElements.Count - 1]; in validationCallback()
/dports/devel/py-ice37/ice-3.7.2/csharp/src/IceSSL/
H A DTransceiverI.cs540 X509ChainElement e = _chain.ChainElements[_chain.ChainElements.Count - 1]; in validationCallback()
621 X509ChainElement e = _chain.ChainElements[_chain.ChainElements.Count - 1]; in validationCallback()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/tests/CertificateCreation/
H A DCertificateRequestChainTests.cs289 X509ChainElement element = chain.ChainElements[i]; in RunChain()
323 foreach (X509ChainElement element in chain.ChainElements) in DisposeChainCerts()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Security.Cryptography.X509Certificates/
H A DTypeForwarders.cs37 …s.TypeForwardedToAttribute(typeof(System.Security.Cryptography.X509Certificates.X509ChainElement))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Security.Cryptography.X509Certificates.cs33 …s.TypeForwardedToAttribute(typeof(System.Security.Cryptography.X509Certificates.X509ChainElement))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Security.Cryptography.X509Certificates.cs33 …s.TypeForwardedToAttribute(typeof(System.Security.Cryptography.X509Certificates.X509ChainElement))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.Security.Cryptography.X509Certificates.cs32 …s.TypeForwardedToAttribute(typeof(System.Security.Cryptography.X509Certificates.X509ChainElement))]

123