Show / Hide Table of Contents

Class Keys

Inheritance
System.Object
Keys
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.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class Keys

Properties

Base64IV

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

Base64Key

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

IV

Declaration
public byte[] IV { get; }
Property Value
Type Description
System.Byte[]

Key

Declaration
public byte[] Key { get; }
Property Value
Type Description
System.Byte[]

Extension Methods

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