Class AssetRequestNotification
Indicates that another user has requested access to an PKWARE.Smartcrypt.MetaClient.Asset for which the current user is the PKWARE.Smartcrypt.MetaClient.Asset.owner. The Urn will be the same value as the PKWARE.Smartcrypt.MetaClient.AssetRequest.geturn. The Priority is Notice.
Implements
Inherited Members
Namespace: PKWARE.Smartcrypt.MetaClient
Assembly: MetaClient.dll
Syntax
public sealed class AssetRequestNotification : Notification, IEquatable<Notification>
Constructors
AssetRequestNotification(String, String)
Declaration
public AssetRequestNotification([NotNull] string urn, [NotNull] string message)
Parameters
Type | Name | Description |
---|---|---|
String | urn | |
String | message |