Share via


ApplicationRole.Create Method

Definition

Overloads

Create(SecureString)

Creates the object on the server.

Create(String)

Creates the object on the server.

Create(SecureString)

Creates the object on the server.

public void Create (System.Security.SecureString password);
member this.Create : System.Security.SecureString -> unit
Public Sub Create (password As SecureString)

Parameters

password
SecureString

Password.

Applies to

Create(String)

Creates the object on the server.

public void Create (string password);
member this.Create : string -> unit
Public Sub Create (password As String)

Parameters

password
String

Password.

Applies to