PublishLicense(String) Konstruktor

Definice

Inicializuje novou instanci PublishLicense třídy ze zadané serializované a podepsané PublishLicense.

public:
 PublishLicense(System::String ^ signedPublishLicense);
public PublishLicense (string signedPublishLicense);
new System.Security.RightsManagement.PublishLicense : string -> System.Security.RightsManagement.PublishLicense
Public Sub New (signedPublishLicense As String)

Parametry

signedPublishLicense
String

Podepsaná a serializovaná publikovaná licence.

Výjimky

signedPublishLicense je null.

Licence je neplatná.

Platí pro

Viz také