-
Notifications
You must be signed in to change notification settings - Fork 51
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
Docs/1.12 updates #165
Docs/1.12 updates #165
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updates for YESDK-1409 |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed formatting issues that caused the regular text below the code as well as the Warning callout box to not render properly. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,8 +139,8 @@ namespace Yubico.YubiKey.Piv | |
/// <xref href="UsersManualSensitive"> sensitive data</xref>. | ||
/// </para> | ||
/// <para> | ||
/// This class will also need a random number generator and a Triple-DES | ||
/// encryptor/decryptor. It will get them from | ||
/// This class will also need a random number generator and Triple-DES and AES | ||
/// encryptors/decryptors. It will get them from | ||
Comment on lines
+142
to
+143
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updates for YESDK-1409 |
||
/// <see cref="CryptographyProviders" />. That class will return default | ||
/// implementations, unless you replace them. Very few applications will | ||
/// choose to replace the defaults, but if you want to, see the documentation | ||
|
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.
Updates for YESDK-1409