diff --git a/xml/System.Security.Cryptography/DSACng.xml b/xml/System.Security.Cryptography/DSACng.xml index 3bc9fb7f307..dd5d9ccf675 100644 --- a/xml/System.Security.Cryptography/DSACng.xml +++ b/xml/System.Security.Cryptography/DSACng.xml @@ -171,10 +171,8 @@ Creates the digital signature for the specified data. The digital signature for the specified data. To be added. - - is . - - is shorter in length than the Q value of the DSA key . + is . + is shorter in length than the Q value of the DSA key . @@ -485,11 +483,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + A read-only span of bytes containing a hash of the data to be signed. + The buffer where the digital signature is to be written. + When this method returns, the number of bytes that were written in . + Tries to create the digital signature for the specified data. + if the digital signature was created successfully; if the buffer was too small. To be added. @@ -561,16 +559,14 @@ The signed data. The digital signature to be verified. Verifies if the specified digital signature matches the specified data. - - if matches the signature computed using the specified data; otherwise, . + if matches the signature computed using the specified data; otherwise, . To be added. The parameter is . -or- The parameter is . - - is shorter in length than the Q value of the DSA key . + is shorter in length than the Q value of the DSA key. @@ -596,12 +592,13 @@ - To be added. - To be added. - To be added. - To be added. + A read-only span of bytes containing the signed data. + A read-only span of bytes containing the signature to be verified. + Verifies if the specified digital signature matches the specified data. + if matches the signature computed using the specified data; otherwise, . To be added. + is shorter in length than the Q value of the DSA key. - \ No newline at end of file +