X509SigningMethod Constructor ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the X509SigningMethod class. Do not use this version of the constructor. Use the X509SigningMethod(String, Boolean) constructor instead. The X509SigningMethod object is not useful unless initialized with a thumbprint.

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

Syntax

public X509SigningMethod()
public:
X509SigningMethod()
new : unit -> X509SigningMethod
Public Sub New

See Also

X509SigningMethod Overload
X509SigningMethod Class
System.Web.Security.SingleSignOn Namespace

Return to top