24 lines
556 B
Markdown
24 lines
556 B
Markdown
# NetworkingConfiguration.RSAPublicKey Field
|
|
|
|
|
|
Public RSA XML key to use for signing key exchange
|
|
|
|
**Namespace:** <a href="N_MLAPI">MLAPI</a><br />**Assembly:** MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
|
|
|
|
## Syntax
|
|
|
|
**C#**<br />
|
|
``` C#
|
|
public string RSAPublicKey
|
|
```
|
|
|
|
<br />
|
|
|
|
#### Field Value
|
|
Type: <a href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank">String</a>
|
|
|
|
## See Also
|
|
|
|
|
|
#### Reference
|
|
<a href="T_MLAPI_NetworkingConfiguration">NetworkingConfiguration Class</a><br /><a href="N_MLAPI">MLAPI Namespace</a><br /> |