Constructor LicensePublisher
| Improve this Doc View SourceLicensePublisher()
Initializes a new instance of the LicensePublisher class that caches the private key.
Declaration
protected LicensePublisher()
LicensePublisher(Boolean)
Initializes a new instance of the LicensePublisher class, given a value indicating whether the private key should be cached.
Declaration
protected LicensePublisher(bool cachePrivateKey)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | cachePrivateKey | A langword_csharp_bool value indicating whether the private key should be cached. |