Class EncryptResult
Inheritance
System.Object
EncryptResult
Namespace: Hyperledger.Indy.DidApi
Assembly: Hyperledger.Indy.Sdk.dll
Syntax
public sealed class EncryptResult : Object
Properties
EncryptedMsg
Declaration
public byte[] EncryptedMsg { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Nonce
Declaration
public byte[] Nonce { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |