Show / Hide Table of Contents

Class RsaKeyPair

Inheritance
Object
RsaKeyPair
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class RsaKeyPair

Properties

PrivateKey

Declaration
public byte[] PrivateKey { get; }
Property Value
Type Description
Byte[]

PublicKeyV2

Declaration
public string PublicKeyV2 { get; }
Property Value
Type Description
String
Back to top Copyright © 2018 PKWARE, Inc.