Show / Hide Table of Contents

Class KeyPair

Inheritance
System.Object
KeyPair
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: scmapi
Assembly: scmapi.dll
Syntax
public class KeyPair

Methods

GetPrivateKey()

Gets the PrivateKey object.

Declaration
public PrivateKey GetPrivateKey()
Returns
Type Description
PrivateKey

the private key.

GetPublicKey()

Gets the PublicKey object.

Declaration
public PublicKey GetPublicKey()
Returns
Type Description
PublicKey

the public key.

Back to top Generated by DocFX