КриптоПро .NET
Search Results for

    Показать/Скрыть содержание

    Class CpCryptoConfig

    Inheritance
    object
    CpCryptoConfig
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CryptoPro.Security.Cryptography
    Assembly: CryptoPro.Security.Cryptography.dll
    Syntax
    public class CpCryptoConfig

    Properties

    AllowOnlyFipsAlgorithms

    Declaration
    public static bool AllowOnlyFipsAlgorithms { get; }
    Property Value
    Type Description
    bool

    Methods

    AddAlgorithm(Type, params string[])

    Declaration
    public static void AddAlgorithm(Type algorithm, params string[] names)
    Parameters
    Type Name Description
    Type algorithm
    string[] names

    AddOID(string, params string[])

    Declaration
    public static void AddOID(string oid, params string[] names)
    Parameters
    Type Name Description
    string oid
    string[] names

    CreateFromName(string)

    Declaration
    public static object CreateFromName(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    object

    CreateFromName(string, params object[])

    Declaration
    public static object CreateFromName(string name, params object[] args)
    Parameters
    Type Name Description
    string name
    object[] args
    Returns
    Type Description
    object

    EncodeOID(string)

    Declaration
    public static byte[] EncodeOID(string str)
    Parameters
    Type Name Description
    string str
    Returns
    Type Description
    byte[]

    MapNameToOID(string)

    Declaration
    public static string MapNameToOID(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    string
    В этом разделе
    Наверх Generated by DocFX