In The Hand LtdIn The Hand
Certificates Property
.NET Components for Mobility
Returns a collection of certificates located in an X509 certificate store.
Declaration Syntax
C#Visual Basic
public X509CertificateCollection Certificates { get; }
Public ReadOnly Property Certificates As X509CertificateCollection
	Get
Remarks
This method returns a snapshot of the X.509 certificate store. Note that subsequent Add or Remove operations performed on the store will not have any effect on the collection that is returned. This snapshot is recalculated each time the property is called, so the use of this property inside an iterative function is not recommended.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0