SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class AESEncryption

    Namespace
    SWConfigDataSharedLib.Security
    Assembly
    IpPbxCDSSharedLib.dll

    TODO: Update summary.

    public class AESEncryption
    Inheritance
    object
    AESEncryption

    Constructors

    AESEncryption(StoreName, StoreLocation, string)

    public AESEncryption(StoreName storeName, StoreLocation storeLocation, string certName)

    Parameters

    storeName StoreName
    storeLocation StoreLocation
    certName string

    AESEncryption(X509Certificate2)

    public AESEncryption(X509Certificate2 cert)

    Parameters

    cert X509Certificate2

    AESEncryption(string, string, string)

    public AESEncryption(string storeName, string storeLocation, string certName)

    Parameters

    storeName string
    storeLocation string
    certName string

    Properties

    EncryptionConfigured

    public bool EncryptionConfigured { get; }

    Property Value

    bool

    ValidForDecryption

    public bool ValidForDecryption { get; }

    Property Value

    bool

    ValidForEncryption

    public bool ValidForEncryption { get; }

    Property Value

    bool

    Methods

    Decode(byte[])

    public byte[] Decode(byte[] encryptedAttachement)

    Parameters

    encryptedAttachement byte[]

    Returns

    byte[]

    Encode(byte[])

    public byte[] Encode(byte[] attachement)

    Parameters

    attachement byte[]

    Returns

    byte[]

    GetCertificateFromStoreByThumbprint(StoreName, StoreLocation, string)

    public static X509Certificate2 GetCertificateFromStoreByThumbprint(StoreName storeName, StoreLocation storeLocation, string thumbprint)

    Parameters

    storeName StoreName
    storeLocation StoreLocation
    thumbprint string

    Returns

    X509Certificate2

    StoreLocationFromString(string)

    public static StoreLocation StoreLocationFromString(string name)

    Parameters

    name string

    Returns

    StoreLocation

    StoreNameFromString(string)

    public static StoreName StoreNameFromString(string name)

    Parameters

    name string

    Returns

    StoreName
    © Enreach GmbH