| GetSecureParameters(ref NetworkSettings) |  | 
| WithSecureClientParameters(ref NetworkSettings, string) | Set client security parameters (for WebSocket usage). | 
| WithSecureClientParameters(ref NetworkSettings, string, string) | Set client security parameters (server authentication only). | 
| WithSecureClientParameters(ref NetworkSettings, string, string, string, string) | Set client security parameters (for client authentication). | 
| WithSecureClientParameters(ref NetworkSettings, ref FixedString4096Bytes, ref FixedString4096Bytes, ref FixedString4096Bytes, ref FixedString512Bytes) | Set client security parameters (for client authentication). | 
| WithSecureClientParameters(ref NetworkSettings, ref FixedString4096Bytes, ref FixedString512Bytes) | Set client security parameters (server authentication only). | 
| WithSecureClientParameters(ref NetworkSettings, ref FixedString512Bytes) | Set client security parameters (for WebSocket usage). | 
| WithSecureClientParameters(ref NetworkSettings, ref FixedPEMString, ref FixedString512Bytes) | Set client security parameters (server authentication only). | 
| WithSecureClientParameters(ref NetworkSettings, ref FixedPEMString, ref FixedPEMString, ref FixedPEMString, ref FixedString512Bytes) | Set client security parameters (for client authentication). | 
| WithSecureServerParameters(ref NetworkSettings, string, string) | Set server security parameters (server authentication only). | 
| WithSecureServerParameters(ref NetworkSettings, string, string, string, string, SecureClientAuthPolicy) | Set server security parameters (for client authentication). | 
| WithSecureServerParameters(ref NetworkSettings, ref FixedString4096Bytes, ref FixedString4096Bytes) | Set server security parameters (server authentication only). | 
| WithSecureServerParameters(ref NetworkSettings, ref FixedString4096Bytes, ref FixedString4096Bytes, ref FixedString4096Bytes, ref FixedString512Bytes, SecureClientAuthPolicy) | Set server security parameters (for client authentication). | 
| WithSecureServerParameters(ref NetworkSettings, ref FixedPEMString, ref FixedPEMString) | Set server security parameters (server authentication only). | 
| WithSecureServerParameters(ref NetworkSettings, ref FixedPEMString, ref FixedPEMString, ref FixedPEMString, ref FixedString512Bytes, SecureClientAuthPolicy) | Set server security parameters (for client authentication). |