X509VerificationMethod.ValidateSigningMethod Method (X509SigningMethod)

 

Verifies that the certificate uses the X509 signing method.

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

Syntax

public bool ValidateSigningMethod(
    X509SigningMethod signing
)
public:
bool ValidateSigningMethod(
    X509SigningMethod^ signing
)
member ValidateSigningMethod : 
        signing:X509SigningMethod -> bool
Public Function ValidateSigningMethod (
    signing As X509SigningMethod
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the X509SigningMethod is used; otherwise false.

See Also

X509VerificationMethod Class
System.Web.Security.SingleSignOn Namespace

Return to top