ApplicationRole.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.