TrustConfigurationData.acceptableAuthenticationMethodStrings Property
Gets or sets the acceptable authentication methods for each application configured in the trust policy.
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
The acceptable authentication methods for each application configured in the trust policy.
See Also
TrustConfigurationData Class
System.Web.Security.SingleSignOn Namespace
Return to top