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