Show / Hide Table of Contents

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.

Inheritance
Object
Notification
AssetRequestNotification
Implements
IEquatable<Notification>
Inherited Members
Notification.Urn
Notification.Message
Notification.Priority
Notification.Action1
Notification.Action2
Notification.Equals(Notification)
Notification.Equals(Object)
Notification.GetHashCode()
Notification.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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

Implements

System.IEquatable<T>
Back to top Copyright © 2018 PKWARE, Inc.