public byte[] KeyAlgorithmParameters { get; }Public ReadOnly Property KeyAlgorithmParameters As Byte()
Getpublic:
property array<unsigned char>^ KeyAlgorithmParameters {
array<unsigned char>^ get ();
}member KeyAlgorithmParameters : byte[] with get