System.Security.Cryptography.CryptoConfig.AddOID C# (CSharp) Метод

AddOID() публичный статический Метод

public static AddOID ( string oid ) : void
oid string
Результат void
        public static void AddOID(string oid, params string[] names)
        {
            throw new PlatformNotSupportedException();
        }