LSCredentialFormContext.AcceptableAuthenticationMethods Property
Gets an ArrayList that contains acceptable authentication methods. If this property is null, any authentication method is acceptable.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public ArrayList AcceptableAuthenticationMethods { get; }
public:
property ArrayList^ AcceptableAuthenticationMethods {
ArrayList^ get();
}
member AcceptableAuthenticationMethods : ArrayList with get
Public ReadOnly Property AcceptableAuthenticationMethods As ArrayList
Property Value
Type: System.Collections.ArrayList
If this property is null, any method of authentication is acceptable.
Remarks
The AcceptableAuthenticationMethods property specifies the Uri objects corresponding to the credential types which the resource realm or application will accept.
See Also
LSCredentialFormContext Class
System.Web.Security.SingleSignOn Namespace
Return to top