SPIrmSettings members
Represents Information Rights Management (IRM) settings that are used in Microsoft SharePoint Foundation to help protect the use and distribution of documents.
The SPIrmSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPIrmSettings | Reserved for internal use. |
Top
Properties
Name | Description | |
---|---|---|
IrmAddinsEnabled | Gets or sets a Boolean value that specifies whether to enable Information Rights Management (IRM) addins. | |
IrmChanges | Gets or sets the number of times the Information Rights Management (IRM) settings have been changed. | |
IrmRMSCertServer | Gets or sets the certification server that is used in Information Rights Management (IRM). | |
IrmRMSEnabled | Gets or sets a Boolean value that specifies whether to enable Information Rights Management (IRM) locally for sites. | |
IrmRMSUseAD | Gets or sets a Boolean value that specifies whether to find Information Rights Management (IRM) servers by using Active Directory. | |
IrmSubscriptionScopeSettingsEnabled | If true, site subscriptions can configure their certification server URL | |
IrmUseOauth | ||
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top