Search Results for

    Show / Hide Table of Contents

    Class PublicKey

    Public key information

    Inheritance
    System.Object
    PublicKey
    Namespace: AdmPwd.Types
    Assembly: AdmPwd.PDSWrapper.dll
    Syntax
    public class PublicKey : Object

    Constructors

    PublicKey(uint, string, int, string)

    Default constructor

    Declaration
    public PublicKey(uint id, string key, int size, string type)
    Parameters
    Type Name Description
    uint id

    ID of the key

    string key

    Public key blob encoded as Base64 string

    int size

    Size of the key in bits

    string type

    Type of the key

    Properties

    ID

    ID of the key pair

    Declaration
    public uint ID { get; }
    Property Value
    Type Description
    uint

    Key

    Public key blob encoded in Base64 format

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    string

    Size

    Size of the key in bits

    Declaration
    public int Size { get; }
    Property Value
    Type Description
    int

    Type

    Type of the key. Currently supported types are CryptoAPI_RSA and CNG_RSA.

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    string
    ☀
    ☾
    Back to top Generated by DocFX