Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
X509KeyUsageFlags.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Security
 
namespace  System.Security.Cryptography
 
namespace  System.Security.Cryptography.X509Certificates
 

Enumerations

enum  System.Security.Cryptography.X509Certificates.X509KeyUsageFlags {
  System.Security.Cryptography.X509Certificates.None = 0 , System.Security.Cryptography.X509Certificates.EncipherOnly = 1 , System.Security.Cryptography.X509Certificates.CrlSign = 2 , System.Security.Cryptography.X509Certificates.KeyCertSign = 4 ,
  System.Security.Cryptography.X509Certificates.KeyAgreement = 8 , System.Security.Cryptography.X509Certificates.DataEncipherment = 0x10 , System.Security.Cryptography.X509Certificates.KeyEncipherment = 0x20 , System.Security.Cryptography.X509Certificates.NonRepudiation = 0x40 ,
  System.Security.Cryptography.X509Certificates.DigitalSignature = 0x80 , System.Security.Cryptography.X509Certificates.DecipherOnly = 0x8000
}