AddSsh
Adds an SSH application access right to the role.
Syntax
void AddSsh(ISsh ssh)
Parameter
Specify the following parameter when using this method:
Parameter | Description |
---|---|
ssh
|
The SSH application right you want to add to the role. |
Discussion
This right is not stored in Active Directory until you call the Commit
method.
Exceptions
AddSsh
throws an ApplicationException
if the SSH application right is not in the
current or parent zone.