Skip to content

Commit 7e2b999

Browse files
committed
Manual fixes
1 parent 6f3c7ee commit 7e2b999

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

xml/System.Security.Cryptography/SafeEvpPKeyHandle.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,21 @@
260260
<Parameter Name="keyUri" Type="System.String" Index="1" FrameworkAlternate="net-9.0" />
261261
</Parameters>
262262
<Docs>
263-
<param name="providerName">The name of the <c>OSSL_PROVIDER</c> to process the key open request.</param>
264-
<param name="keyUri">The URI assigned by the <c>OSSL_PROVIDER</c> of the key to open.</param>
265-
<summary>Open a named public key using a named <c>OSSL_PROVIDER</c>.</summary>
263+
<param name="providerName">The name of the <code>OSSL_PROVIDER</code> to process the key open request.</param>
264+
<param name="keyUri">The URI assigned by the <code>OSSL_PROVIDER</code> of the key to open.</param>
265+
<summary>Open a named key using a named <code>OSSL_PROVIDER</code>.</summary>
266266
<returns>The opened key.</returns>
267-
<remarks>&lt;para&gt;&lt;para&gt; Both &lt;paramref name="providerName" /&gt; and &lt;paramref name="keyUri" /&gt; must be trusted inputs.&lt;/para&gt;&lt;para&gt;&lt;/para&gt;&lt;para&gt; This operation will fail if OpenSSL cannot successfully load the named &lt;c&gt;OSSL_PROVIDER&lt;/c&gt;, or if the named &lt;c&gt;OSSL_PROVIDER&lt;/c&gt; cannot load the named key.&lt;/para&gt;&lt;para&gt;&lt;/para&gt;&lt;para&gt; The syntax for &lt;paramref name="keyUri" /&gt; is determined by each individual named &lt;c&gt;OSSL_PROVIDER&lt;/c&gt;.&lt;/para&gt;&lt;para&gt;&lt;/para&gt;</remarks>
267+
<remarks>
268+
<para>Both <paramref name="providerName" /> and <paramref name="keyUri" /> must be trusted inputs.</para>
269+
<para>This operation will fail if OpenSSL cannot successfully load the named <code>OSSL_PROVIDER</code>, or if the named <code>OSSL_PROVIDER</code> cannot load the named key.</para>
270+
<para>The syntax for <paramref name="keyUri" /> is determined by each individual named <code>OSSL_PROVIDER</code>.</para>
271+
</remarks>
268272
<exception cref="T:System.ArgumentNullException">
269273
<paramref name="providerName" /> or <paramref name="keyUri" /> is <see langword="null" />.</exception>
270274
<exception cref="T:System.ArgumentException">
271275
<paramref name="providerName" /> or <paramref name="keyUri" /> is the empty string.</exception>
272-
<exception cref="T:System.Security.Cryptography.CryptographicException">the key could not be opened via the specified named <c>OSSL_PROVIDER</c>.</exception>
276+
<exception cref="T:System.PlatformNotSupportedException">The current platform does not support OpenSSL Providers.</exception>
277+
<exception cref="T:System.Security.Cryptography.CryptographicException">The key could not be opened via the specified named <code>OSSL_PROVIDER</code>.</exception>
273278
</Docs>
274279
</Member>
275280
<Member MemberName="OpenPrivateKeyFromEngine">

0 commit comments

Comments
 (0)