Net Encryption Library
PublicKeyValue Property






KellermanSoftware.NetEncryptionLibrary.ECDH Namespace > EcdhPublicKey Class : PublicKeyValue Property
Syntax
'Declaration
 
Public ReadOnly Property PublicKeyValue As System.Byte()
'Usage
 
Dim instance As EcdhPublicKey
Dim value() As System.Byte
 
value = instance.PublicKeyValue
public System.byte[] PublicKeyValue {get;}
public read-only property PublicKeyValue: System.array of Byte; 
public function get PublicKeyValue : System.byte[]
public: __property System.byte[]* get_PublicKeyValue();
public:
property System.array<byte>^ PublicKeyValue {
   System.array<byte>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EcdhPublicKey Class
EcdhPublicKey Members