Add SignedCms to the TypeForwards in the System.Security.Cryptography.Pkcs facade...
[mono-project.git] / mcs / class / System.Security / System.Security.Cryptography.Pkcs / Pkcs12IntegrityMode.NotSupported.cs
blobdc6ffb67403e76f6c47584327a131405e2fc4705
1 namespace System.Security.Cryptography.Pkcs {
2 /// <summary>Represents the type of anti-tampering applied to a PKCS#12 PFX value.</summary>
3 public enum Pkcs12IntegrityMode {
4 /// <summary>The PKCS#12 PFX value is not protected from tampering.</summary>
5 None = 1,
6 /// <summary>The PKCS#12 PFX value is protected from tampering with a Message Authentication Code (MAC) keyed with a password.</summary>
7 Password = 2,
8 /// <summary>The PKCS#12 PFX value is protected from tampering with a digital signature using public key cryptography.</summary>
9 PublicKey = 3,
10 /// <summary>The type of anti-tampering applied to the PKCS#12 PFX is unknown or could not be determined.</summary>
11 Unknown = 0