FindOperations.FindCertificates Method (Profile)
Finds all the certificates that are associated with a profile.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in Microsoft.Clm.Provision.dll)
Usage
'Usage
Dim profile As Profile
Dim returnValue As ReadOnlyCollection(Of X509ClmCertificate)
returnValue = FindOperations.FindCertificates(profile)
Syntax
'Declaration
Public Shared Function FindCertificates ( _
profile As Profile _
) As ReadOnlyCollection(Of X509ClmCertificate)
public static ReadOnlyCollection<X509ClmCertificate> FindCertificates (
Profile profile
)
public:
static ReadOnlyCollection<X509ClmCertificate^>^ FindCertificates (
Profile^ profile
)
public static ReadOnlyCollection<X509ClmCertificate> FindCertificates (
Profile profile
)
public static function FindCertificates (
profile : Profile
) : ReadOnlyCollection<X509ClmCertificate>
Parameters
- profile
The Profile object for which to find the associated certificates.
Return Value
A read-only collection of X509ClmCertificate objects that contains all the certificates that are associated with the profile.
Remarks
Profiles describe the collection of a user’s certificates.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 2008 x64 Edition
Target Platforms
Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2
See Also
Reference
FindOperations Class
FindOperations Members
Microsoft.Clm.Provision Namespace
X509ClmCertificate
Profile