Class DiscordSignedLink
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents a DiscordSignedLink used for attachments and other things to improve security and prevent bad actors from abusing Discord's CDN.
[JsonConverter(typeof(DiscordSignedLink.DiscordSignedLinkJsonConverter))]
public class DiscordSignedLink : Uri, ISerializable
- Inheritance
-
DiscordSignedLink
- Implements
- Inherited Members
- Extension Methods
Constructors
- DiscordSignedLink(string)
Initializes a new instance of the Uri class with the specified URI for signed discord links.
- DiscordSignedLink(Uri)
Initializes a new instance of the Uri class with the specified URI for signed discord links.
Properties
- ExpiresAt
When the signed link expires.
- IssuedAt
When the signed link was generated.
- Signature
The signature of the signed link.