System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode
Represents the type of anti-tampering applied to a PKCS#12 PFX value.
namespace System.Security.Cryptography.Pkcs
{
public enum Pkcs12IntegrityMode
{
Unknown,
None,
Password,
PublicKey
}
}