System.Reflection.StrongNameKeyPair.nGetPublicKey C# (CSharp) Method

nGetPublicKey() private method

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