X509VerificationMethod.AddNewTrustedCertificateByThumbprint Method (String)

 

Adds a new trusted certificate, with the specified thumbprint, to the list of trusted certificates for signature validation.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public void AddNewTrustedCertificateByThumbprint(
    string thumbprint
)
public:
void AddNewTrustedCertificateByThumbprint(
    String^ thumbprint
)
member AddNewTrustedCertificateByThumbprint : 
        thumbprint:string -> unit
Public Sub AddNewTrustedCertificateByThumbprint (
    thumbprint As String
)

Parameters

  • thumbprint
    Type: System.String

    The thumbprint of the certificate to add.

See Also

X509VerificationMethod Class
System.Web.Security.SingleSignOn Namespace

Return to top