SigningCertificateNotFoundException Constructor

Namespace:  Microsoft.VisualStudio.Services.AAD
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    thumbprint As String _
)
public SigningCertificateNotFoundException(
    string thumbprint
)
public:
SigningCertificateNotFoundException(
    String^ thumbprint
)
new : 
        thumbprint:string -> SigningCertificateNotFoundException
public function SigningCertificateNotFoundException(
    thumbprint : String
)

Parameters

.NET Framework Security

See Also

Reference

SigningCertificateNotFoundException Class

Microsoft.VisualStudio.Services.AAD Namespace