-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Document Pkcs12SafeContents #2923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correcting bad namespaces.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, @bartonjs. I've left a couple of comments and suggestions.
@@ -163,9 +194,12 @@ | |||
<Docs> | |||
<param name="secretType">To be added.</param> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you document these two parameters?
<remarks>To be added.</remarks> | ||
<exception cref="T:System.ArgumentNullException">The <paramref name="secretType"/> parameter is <see langword="null"/>.</exception> | ||
<exception cref="T:System.InvalidOperationException">This instance is read-only.</exception> | ||
<exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="secretValue"/> parameter does not represent a single ASN.1 BER-encoded value.</exception> | ||
</Docs> | ||
</Member> | ||
<Member MemberName="AddShroudedKey"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've done a really good job of disambiguating the method overload summaries.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the missing parameter documentation via suggestions.
Co-Authored-By: Ron Petrusha <[email protected]>
The build was successful, so I'll merge this now, @bartonjs. |
cc: @carlossanlop