FormsAuthenticationCredentials 构造函数

定义

初始化 FormsAuthenticationCredentials 类的新实例。

public:
 FormsAuthenticationCredentials();
public FormsAuthenticationCredentials ();
Public Sub New ()

示例

下面的代码示例演示如何创建 FormsAuthenticationCredentials 对象。

// Create a new FormsAuthenticationCredentials object.
FormsAuthenticationCredentials newformsAuthenticationCredentials = 
    new FormsAuthenticationCredentials();
' Create a new FormsAuthenticationCredentials object.
  Dim newformsAuthenticationCredentials _
  As New FormsAuthenticationCredentials()

适用于