9 references to Pkcs12IntegrityMode
System.Security.Cryptography.Pkcs (9)
System\Security\Cryptography\Pkcs\Pkcs12Info.cs (9)
20public Pkcs12IntegrityMode IntegrityMode { get; private set; } 34if (IntegrityMode != Pkcs12IntegrityMode.Password) 39Pkcs12IntegrityMode.Password, 65Pkcs12IntegrityMode mode = Pkcs12IntegrityMode.Unknown; 73mode = Pkcs12IntegrityMode.Password; 77mode = Pkcs12IntegrityMode.None; 84mode = Pkcs12IntegrityMode.PublicKey; 97if (mode == Pkcs12IntegrityMode.Unknown)