AssymetricEncryption.RemotePublicKey Property

Tungsten Suite

AssymetricEncryptionRemotePublicKey Property

The remote's public key

Namespace:  W.Encryption
Assembly:  Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2
Syntax
C#
public Nullable<RSAParameters> RemotePublicKey { get; set; }

Property Value

Type: NullableRSAParameters
See Also