Enum RTMPTLSCertificateFlags
RTMP TLS certificate flags.
Namespace: VisioForge.Core.Types.X.Sinks
Assembly: VisioForge.Core.dll
Syntax
[Flags]
public enum RTMPTLSCertificateFlags
Fields
Name | Description |
---|---|
BAD_IDENTITY | The certificate does not match the expected identity of the site that it was retrieved from. |
EXPIRED | The certificate has expired. |
GENERIC_ERROR | Some other error occurred validating the certificate. |
INSECURE | The certificate's algorithm is considered insecure. |
NOT_ACTIVATED | The certificate's activation time is still in the future. |
REVOKED | The certificate has been revoked. |
UNKNOWN_CA | The signing certificate authority is not known. |
VALIDATE_ALL | The combination of all of the above flags. |