IDatabaseRepositoryRemoveAuthorization Method (String, String) |
Removes existing authorization entries for the party from the profile.
Namespace: PDTec.IceNet.Core.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxvoid RemoveAuthorization(
string profileName,
string partyName
)
Parameters
- profileName
- Type: SystemString
The profile name. - partyName
- Type: SystemString
The party name.
See Also