Struct FixedPEMString
Fixed representation of a string containing a certificate/key in the PEM format, suitable for usage within Burst-compiled code and with native bindings (e.g. with UnityTLS).
Inherited Members
Namespace: Unity.Networking.Transport.TLS
Assembly: solution.dll
Syntax
public struct FixedPEMString
Constructors
| Name | Description |
|---|---|
| FixedPEMString(string) | Construct a FixedPEMString from a managed string. |
Fields
| Name | Description |
|---|---|
| MaxLength | Maximum length of the string that can be stored in this type. |
Properties
| Name | Description |
|---|---|
| Length | Length of the fixed string. |