Show / Hide Table of Contents

Class RSAPrivateKey

Class describes a RSA private key object. Inherits from PrivateKey.

Note that the constructor is not intended to be called by user code. Such objects are constructed internally by the API.

Inheritance
System.Object
TokenObject
Key
PrivateKey
RSAPrivateKey
Inherited Members
PrivateKey.IsPartialHash()
PrivateKey.HashAndSign(Byte[], String)
PrivateKey.Sign(Byte[], String)
PrivateKey.Decrypt(Byte[])
Key.GetKeyType()
Key.GetAlgorithmName()
Key.GetKeyLength()
TokenObject.Equals(Object)
TokenObject.GetHashCode()
TokenObject.GetParent()
TokenObject.GetType()
TokenObject.GetCkId()
TokenObject.GetCkLabel()
TokenObject.GetPinNumber()
TokenObject.GetDetails()
System.Object.Equals(System.Object, System.Object)
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: scmapi
Assembly: scmapi.dll
Syntax
public class RSAPrivateKey : PrivateKey

Methods

GetExponent()

Gets the public exponent.

Declaration
public BigInteger GetExponent()
Returns
Type Description
System.Numerics.BigInteger

the public exponent.

GetModulus()

Gets the modulus.

Declaration
public BigInteger GetModulus()
Returns
Type Description
System.Numerics.BigInteger

the modulus.

Back to top Generated by DocFX