Show / Hide Table of Contents

Class SeeHeader

Secure Exchanges Header

Inheritance
System.Object
SeeHeader
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class SeeHeader

Properties

EncryptedKey

That is a JSON serialized key encrypted with the public key of the private key owner

Declaration
public string EncryptedKey { get; set; }
Property Value
Type Description
System.String

EncryptedMetaData

fThe file meta data encrypted with the encrytped key

Declaration
public string EncryptedMetaData { get; set; }
Property Value
Type Description
System.String

PublicKeyHash

Represent the Hash SHA512 of the (xml) Case sensitive public key use to encrypt the EncryptedKey

Declaration
public string PublicKeyHash { get; set; }
Property Value
Type Description
System.String

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX