X509VerificationMethod.RevocationCheckFlags Property
Gets or sets the revocation checking behavior on the token verification certificates.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public RevocationFlags RevocationCheckFlags { get; set; }
public:
property RevocationFlags RevocationCheckFlags {
RevocationFlags get();
void set(RevocationFlags value);
}
member RevocationCheckFlags : RevocationFlags with get, set
Public Property RevocationCheckFlags As RevocationFlags
Property Value
Type: System.Web.Security.SingleSignOn.RevocationFlags
A member of the RevocationFlags enumeration.
See Also
X509VerificationMethod Class
System.Web.Security.SingleSignOn Namespace
Return to top