Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>To be added.</summary>
<summary>Represents the kind of encryption associated with a PKCS#12 SafeContents value.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand All @@ -36,7 +36,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The SafeContents value is not encrypted.</summary>
</Docs>
</Member>
<Member MemberName="Password">
Expand All @@ -57,7 +57,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The SafeContents value is encrypted with a password.</summary>
</Docs>
</Member>
<Member MemberName="PublicKey">
Expand All @@ -78,7 +78,7 @@
</ReturnValue>
<MemberValue>3</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The SafeContents value is encrypted using public key cryptography.</summary>
</Docs>
</Member>
<Member MemberName="Unknown">
Expand All @@ -99,8 +99,8 @@
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The kind of encryption applied to the SafeContents is unknown or could not be determined.</summary>
</Docs>
</Member>
</Members>
</Type>
</Type>
12 changes: 6 additions & 6 deletions xml/System.Security.Cryptography.Pkcs/Pkcs12IntegrityMode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>To be added.</summary>
<summary>Represents the type of anti-tampering applied to a PKCS#12 PFX value.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand All @@ -36,7 +36,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The PKCS#12 PFX value is not protected from tampering.</summary>
</Docs>
</Member>
<Member MemberName="Password">
Expand All @@ -57,7 +57,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The PKCS#12 PFX value is protected from tampering with a Message Authentication Code (MAC) keyed with a password.</summary>
</Docs>
</Member>
<Member MemberName="PublicKey">
Expand All @@ -78,7 +78,7 @@
</ReturnValue>
<MemberValue>3</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The PKCS#12 PFX value is protected from tampering with a digital signature using public key cryptography.</summary>
</Docs>
</Member>
<Member MemberName="Unknown">
Expand All @@ -99,8 +99,8 @@
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The type of anti-tampering applied to the PKCS#12 PFX is unknown or could not be determined.</summary>
</Docs>
</Member>
</Members>
</Type>
</Type>