TrustedRealm.VerificationMethod Property
Gets or sets the VerificationMethod used by the Federation Server to verify the tokens from this realm.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public VerificationMethod VerificationMethod { get; set; }
public:
property VerificationMethod^ VerificationMethod {
VerificationMethod^ get();
void set(VerificationMethod^ value);
}
member VerificationMethod : VerificationMethod with get, set
Public Property VerificationMethod As VerificationMethod
Property Value
Type: System.Web.Security.SingleSignOn.VerificationMethod
The VerificationMethod used by the Federation Server to verify the tokens from this realm.
See Also
TrustedRealm Class
System.Web.Security.SingleSignOn Namespace
Return to top