FsInformationData.verificationMethod Property

 

Gets or sets the certificates and SPNS used by the Federation Server.

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 certificates and SPNS used by the Federation Server.

See Also

FsInformationData Class
System.Web.Security.SingleSignOn Namespace

Return to top