Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
signing
Type: System.Web.Security.SingleSignOn.X509SigningMethodThe X509SigningMethod.
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