System.Security.Cryptography.CryptoConfig.AddOID C# (CSharp) Method

AddOID() public static method

public static AddOID ( string oid ) : void
oid string
return void
        public static void AddOID(string oid, params string[] names)
        {
            throw new PlatformNotSupportedException();
        }