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();
        }