Share via


SPIrmSettings.IrmRMSCertServer Property

Gets or sets the certification server that is used in Information Rights Management (IRM).

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property IrmRMSCertServer As String
    Get
    Set
'Usage
Dim instance As SPIrmSettings
Dim value As String

value = instance.IrmRMSCertServer

instance.IrmRMSCertServer = value
public string IrmRMSCertServer { get; set; }

Property Value

Type: System.String
A string that specifies the certification server.

See Also

Reference

SPIrmSettings Class

SPIrmSettings Members

Microsoft.SharePoint.Administration Namespace