Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function Find( _ ByVal collection As X509Certificate2Collection, _ ByVal thumbprint As String, _ ByVal subjectName As String, _ ByVal needPrivateKey As Boolean _ ) As X509Certificate2 |
C# | |
---|---|
public static X509Certificate2 Find( X509Certificate2Collection collection, string thumbprint, string subjectName, bool needPrivateKey ) |
Parameters
- collection
- thumbprint
- subjectName
- needPrivateKey
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family