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.
Gets or sets the X509VerificationMethod for this TrustPolicy.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public X509VerificationMethod VerificationMethod { get; set; }
public:
property X509VerificationMethod^ VerificationMethod {
X509VerificationMethod^ get();
void set(X509VerificationMethod^ value);
}
member VerificationMethod : X509VerificationMethod with get, set
Public Property VerificationMethod As X509VerificationMethod
Property Value
Type: System.Web.Security.SingleSignOn.X509VerificationMethod
The X509VerificationMethod for this TrustPolicy.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top