System.Reflection.StrongNameKeyPair.nGetPublicKey C# (CSharp) 메소드

nGetPublicKey() 개인적인 메소드

private nGetPublicKey ( bool exported, byte array, String container ) : byte[]
exported bool
array byte
container String
리턴 byte[]
        private extern byte[] nGetPublicKey(bool exported, byte[] array, String container);
    }