This documentation is archived and is not being maintained.
Principal::Save Method
Visual Studio 2010
Saves the changes that were made on the principal object to the store. If this is a new principal object, this method inserts it into the store.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Save() | Saves the changes that were made on the principal object to the store. If this is a new principal object, this method inserts it into the store. |
|
Save(PrincipalContext) | Saves the changes that were made on the principal object to the store. If this is a new principal object, this method inserts it into the specified context. If the principal has already been persisted, it is moved from the original context to the specified context. |
Show: