다음을 통해 공유


FormsAuthenticationCredentials.Users 속성

정의

사용자 이름 및 암호 자격 증명을 가져옵니다.

public:
 property System::Web::Configuration::FormsAuthenticationUserCollection ^ Users { System::Web::Configuration::FormsAuthenticationUserCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true, Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.Web.Configuration.FormsAuthenticationUserCollection Users { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true, Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Users : System.Web.Configuration.FormsAuthenticationUserCollection
Public ReadOnly Property Users As FormsAuthenticationUserCollection

속성 값

FormsAuthenticationUserCollection

사용자 이름 및 암호 자격 증명이 포함된 FormsAuthenticationUserCollection입니다.

특성

예제

다음 코드 예제에서는 Users 속성을 사용하는 방법을 보여 줍니다. 코드 예제에서는 참조는 FormsAuthenticationCredentials 클래스 항목의 섹션을 가져오는 방법을 알아봅니다.


// Create a new FormsAuthenticationUserCollection object.
FormsAuthenticationUserCollection newformsAuthenticationUser = 
    new FormsAuthenticationUserCollection();
' Create a new FormsAuthenticationUserCollection object.
  Dim newformsAuthenticationUser _
  As New FormsAuthenticationUserCollection()

적용 대상

추가 정보