Table of Contents

Enum RTMPTLSCertificateFlags

Namespace
VisioForge.Core.Types.X.Sinks
Assembly
VisioForge.Core.dll

RTMP TLS certificate flags.

[Flags]
public enum RTMPTLSCertificateFlags

Fields

UNKNOWN_CA = 1

The signing certificate authority is not known.

BAD_IDENTITY = 2

The certificate does not match the expected identity of the site that it was retrieved from.

NOT_ACTIVATED = 4

The certificate's activation time is still in the future.

EXPIRED = 8

The certificate has expired.

REVOKED = 16

The certificate has been revoked.

INSECURE = 32

The certificate's algorithm is considered insecure.

GENERIC_ERROR = 64

Some other error occurred validating the certificate.

VALIDATE_ALL = 127

The combination of all of the above flags.