diff --git a/xml/System.Security.Cryptography.Pkcs/Pkcs12ConfidentialityMode.xml b/xml/System.Security.Cryptography.Pkcs/Pkcs12ConfidentialityMode.xml index 6c013616665..2444dd227f4 100644 --- a/xml/System.Security.Cryptography.Pkcs/Pkcs12ConfidentialityMode.xml +++ b/xml/System.Security.Cryptography.Pkcs/Pkcs12ConfidentialityMode.xml @@ -14,7 +14,7 @@ System.Enum - To be added. + Represents the kind of encryption associated with a PKCS#12 SafeContents value. To be added. @@ -36,7 +36,7 @@ 1 - To be added. + The SafeContents value is not encrypted. @@ -57,7 +57,7 @@ 2 - To be added. + The SafeContents value is encrypted with a password. @@ -78,7 +78,7 @@ 3 - To be added. + The SafeContents value is encrypted using public key cryptography. @@ -99,8 +99,8 @@ 0 - To be added. + The kind of encryption applied to the SafeContents is unknown or could not be determined. - \ No newline at end of file + diff --git a/xml/System.Security.Cryptography.Pkcs/Pkcs12IntegrityMode.xml b/xml/System.Security.Cryptography.Pkcs/Pkcs12IntegrityMode.xml index 51d94ad45b5..f264c4c3569 100644 --- a/xml/System.Security.Cryptography.Pkcs/Pkcs12IntegrityMode.xml +++ b/xml/System.Security.Cryptography.Pkcs/Pkcs12IntegrityMode.xml @@ -14,7 +14,7 @@ System.Enum - To be added. + Represents the type of anti-tampering applied to a PKCS#12 PFX value. To be added. @@ -36,7 +36,7 @@ 1 - To be added. + The PKCS#12 PFX value is not protected from tampering. @@ -57,7 +57,7 @@ 2 - To be added. + The PKCS#12 PFX value is protected from tampering with a Message Authentication Code (MAC) keyed with a password. @@ -78,7 +78,7 @@ 3 - To be added. + The PKCS#12 PFX value is protected from tampering with a digital signature using public key cryptography. @@ -99,8 +99,8 @@ 0 - To be added. + The type of anti-tampering applied to the PKCS#12 PFX is unknown or could not be determined. - \ No newline at end of file +