共用方式為


RMSDKConfig.RevocationDataFile Property

Definition

Gets or sets the path to the revocation data file to be used by PlayReady.

public string RevocationDataFile { get; set; }
member this.RevocationDataFile : string with get, set
Public Property RevocationDataFile As String

Property Value

The path to the revocation data file to be used by PlayReady.

Remarks

Use either a full path to the XML data file or a path relative to the location of the rightsmanager.asmx file. Generally the default value is fine, but you can change the path as needed to suit the revocation data file deployment strategy (for example, multiple virtual directories sharing one copy of the revocation data). Environment variables such as %ProgramFiles% can be included in this path specification. They will be expanded when the value of RevocationDataFile is resolved. The default vaule is "RevocationData.xml". The revocation data file can be downloaded from the following location: http://go.microsoft.com/fwlink/?LinkId=110086

Applies to