Share via


TrustPolicy.VerificationMethod Property

 

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