SharedSecret Property
The computed shared secret.
Syntax
[VB.NET] Public ReadOnlyProperty SharedSecret As String Public ReadOnlyProperty SharedSecretB As Byte()
[C#] public string SharedSecret {get;} public byte[] SharedSecretB {get;}
Remarks
This property holds the shared secret computed by ComputeSecret.
This property is read-only.
Default Value
""