TrustingApplication.AcceptableAuthenticationMethodStrings Property
Gets or sets a TrustPolicyStringCollection object that contains the authentication methods used by a client, when it authenticates its account authority to access the corresponding TrustingApplication.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public TrustPolicyStringCollection AcceptableAuthenticationMethodStrings { get; set; }
public:
property TrustPolicyStringCollection^ AcceptableAuthenticationMethodStrings {
TrustPolicyStringCollection^ get();
void set(TrustPolicyStringCollection^ value);
}
member AcceptableAuthenticationMethodStrings : TrustPolicyStringCollection with get, set
Public Property AcceptableAuthenticationMethodStrings As TrustPolicyStringCollection
Property Value
Type: System.Web.Security.SingleSignOn.TrustPolicyStringCollection
A TrustPolicyStringCollection object that contains the authentication methods used by a client, when it authenticates its account authority to access the corresponding TrustingApplication.
See Also
TrustingApplication Class
System.Web.Security.SingleSignOn Namespace
Return to top