Home
last modified time | relevance | path

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

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/
H A DX509Chain.cs15 private X509ChainElementCollection _chainElements;
31 _chainElements = new X509ChainElementCollection(_pal.ChainElements); in X509Chain()
38 public X509ChainElementCollection ChainElements
43 _chainElements = new X509ChainElementCollection();
132 _chainElements = new X509ChainElementCollection(_pal.ChainElements); in Build()
H A DX509ChainElementCollection.cs10 public sealed class X509ChainElementCollection : ICollection, IEnumerable class
14 internal X509ChainElementCollection() in X509ChainElementCollection() method in System.Security.Cryptography.X509Certificates.X509ChainElementCollection
19 internal X509ChainElementCollection(X509ChainElement[] chainElements) in X509ChainElementCollection() method in System.Security.Cryptography.X509Certificates.X509ChainElementCollection
H A DX509ChainElementEnumerator.cs11 private readonly X509ChainElementCollection _chainElements;
14 internal X509ChainElementEnumerator(X509ChainElementCollection chainElements) in X509ChainElementEnumerator()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/x509/
H A Dx509chainelement.cs64 public sealed class X509ChainElementCollection : ICollection { class
67 internal X509ChainElementCollection () { in X509ChainElementCollection() method in System.Security.Cryptography.X509Certificates.X509ChainElementCollection
74 internal unsafe X509ChainElementCollection (IntPtr pSimpleChain) { in X509ChainElementCollection() method in System.Security.Cryptography.X509Certificates.X509ChainElementCollection
146 private X509ChainElementCollection m_chainElements;
150 internal X509ChainElementEnumerator (X509ChainElementCollection chainElements) { in X509ChainElementEnumerator()
H A Dx509chain.cs85 private X509ChainElementCollection m_chainElementCollection;
104 m_chainElementCollection = new X509ChainElementCollection(); in X509Chain()
167 public X509ChainElementCollection ChainElements {
250 m_chainElementCollection = new X509ChainElementCollection(); in Reset()
286 … m_chainElementCollection = new X509ChainElementCollection(Marshal.ReadIntPtr(pChain.rgpChain)); in Init()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Btls/
H A DX509ChainImplBtls.cs41 X509ChainElementCollection elements;
75 elements = new X509ChainElementCollection (); in X509ChainImplBtls()
101 public override X509ChainElementCollection ChainElements {
107 elements = new X509ChainElementCollection ();
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Cryptography.X509Certificates/
H A DX509ChainElementCollection.cs36 public sealed class X509ChainElementCollection : ICollection, IEnumerable { class
43 internal X509ChainElementCollection () in X509ChainElementCollection() method in System.Security.Cryptography.X509Certificates.X509ChainElementCollection
H A DX509ChainImpl.cs48 public abstract X509ChainElementCollection ChainElements {
H A DX509Chain.cs102 public X509ChainElementCollection ChainElements {
H A DX509ChainImplMono.cs48 private X509ChainElementCollection elements;
73 elements = new X509ChainElementCollection (); in X509ChainImplMono()
94 public override X509ChainElementCollection ChainElements {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/
H A DKeyInfoX509Data.cs53 X509ChainElementCollection elements = null; in KeyInfoX509Data()
69 elements = (X509ChainElementCollection)chain.ChainElements; in KeyInfoX509Data()
90 elements = (X509ChainElementCollection)chain.ChainElements; in KeyInfoX509Data()
H A DUtils.cs749 X509ChainElementCollection elements = chain.ChainElements; in IsSelfSigned()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Claims/
H A DX509CertificateClaimSet.cs23 X509ChainElementCollection elements;
45 X509CertificateClaimSet(X509ChainElementCollection elements, int index) in X509CertificateClaimSet()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Security.Cryptography.X509Certificates/
H A DTypeForwarders.cs38 …ardedToAttribute(typeof(System.Security.Cryptography.X509Certificates.X509ChainElementCollection))]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DX509Util.cs138 X509ChainElementCollection elements = chain.ChainElements; in GetCertificateIssuerName()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Security.Cryptography.X509Certificates.cs34 …ardedToAttribute(typeof(System.Security.Cryptography.X509Certificates.X509ChainElementCollection))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Security.Cryptography.X509Certificates.cs34 …ardedToAttribute(typeof(System.Security.Cryptography.X509Certificates.X509ChainElementCollection))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.Security.Cryptography.X509Certificates.cs33 …ardedToAttribute(typeof(System.Security.Cryptography.X509Certificates.X509ChainElementCollection))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Security.Cryptography.X509Certificates.cs34 …ardedToAttribute(typeof(System.Security.Cryptography.X509Certificates.X509ChainElementCollection))]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/Pal.OSX/
H A DSafeDeleteSslContext.cs296 X509ChainElementCollection elements = chain.ChainElements; in SetCertificate()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/
H A DCmsSigner.cs242 X509ChainElementCollection elements = chain.ChainElements; in Sign()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/ref/
H A DSystem.Security.Cryptography.X509Certificates.cs321 …public System.Security.Cryptography.X509Certificates.X509ChainElementCollection ChainElements { ge…
338 …public sealed partial class X509ChainElementCollection : System.Collections.ICollection, System.Co… class
340 internal X509ChainElementCollection() { } in X509ChainElementCollection() method in System.Security.Cryptography.X509Certificates.X509ChainElementCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dcommon.sources177 System.Security.Cryptography.X509Certificates/X509ChainElementCollection.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs9467 …public System.Security.Cryptography.X509Certificates.X509ChainElementCollection ChainElements { ge…
9485 …public sealed partial class X509ChainElementCollection : System.Collections.ICollection, System.Co… class
9487 internal X509ChainElementCollection() { } in X509ChainElementCollection() method in System.Security.Cryptography.X509Certificates.X509ChainElementCollection
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs9634 …public System.Security.Cryptography.X509Certificates.X509ChainElementCollection ChainElements { ge…
9653 …public sealed partial class X509ChainElementCollection : System.Collections.ICollection, System.Co… class
9655 internal X509ChainElementCollection() { } in X509ChainElementCollection() method in System.Security.Cryptography.X509Certificates.X509ChainElementCollection

12