diff --git a/xml/System.Security.Cryptography.Xml/CipherReference.xml b/xml/System.Security.Cryptography.Xml/CipherReference.xml index 396e56a77eb..95f5bbff0cc 100644 --- a/xml/System.Security.Cryptography.Xml/CipherReference.xml +++ b/xml/System.Security.Cryptography.Xml/CipherReference.xml @@ -218,7 +218,7 @@ EncryptedXml exml = new EncryptedXml(doc, ev); A Uniform Resource Identifier (URI) pointing to the encrypted data. A object that describes transforms to do on the encrypted data. - To be added. + A object that describes transforms to do on the encrypted data. Initializes a new instance of the class using the specified Uniform Resource Identifier (URI) and transform chain information. - To be added. + The exception that's thrown when the signed XML recursion limit is reached. + Catch this exception when computing the hash, in addition to the other exceptions that ComputeHash can throw. To be added. diff --git a/xml/System.Security.Cryptography.Xml/DataReference.xml b/xml/System.Security.Cryptography.Xml/DataReference.xml index d518381e88c..628a86b0732 100644 --- a/xml/System.Security.Cryptography.Xml/DataReference.xml +++ b/xml/System.Security.Cryptography.Xml/DataReference.xml @@ -171,7 +171,7 @@ A Uniform Resource Identifier (URI) that points to the encrypted data. A object that describes transforms to do on the encrypted data. - To be added. + A object that describes transforms to do on the encrypted data. Initializes a new instance of the class using the specified Uniform Resource Identifier (URI) and a object. The Uniform Resource Identifier (URI) that points to the data to encrypt. A object that describes transforms to be done on the data to encrypt. - To be added. + A object that describes transforms to be done on the data to encrypt. Initializes a new instance of the class using the specified Uniform Resource Identifier (URI) and transform chain. The data to decrypt. The symmetric key used to decrypt . - To be added. + The symmetric key used to decrypt . Decrypts an element using the specified symmetric algorithm. A byte array that contains the raw decrypted plain text. @@ -599,7 +599,7 @@ An array of bytes that represents an encrypted element. The symmetric key used to decrypt . - To be added. + The symmetric key used to decrypt . Decrypts an element using a symmetric algorithm. A byte array that contains the plain text key. @@ -657,7 +657,7 @@ An array of bytes that represents an encrypted element. The asymmetric key used to decrypt . A value that specifies whether to use Optimal Asymmetric Encryption Padding (OAEP). - To be added. + A value that specifies whether to use Optimal Asymmetric Encryption Padding (OAEP). Decrypts an element using an asymmetric algorithm. A byte array that contains the plain text key. @@ -972,9 +972,9 @@ The data to encrypt. - To be added. + The data to encrypt. The symmetric algorithm to use for encryption. - To be added. + The symmetric algorithm to use for encryption. Encrypts data in the specified byte array using the specified symmetric algorithm. A byte array of encrypted data. @@ -1052,7 +1052,7 @@ The element or its contents to encrypt. The symmetric algorithm to use for encryption. - To be added. + The symmetric algorithm to use for encryption. to encrypt only the contents of the element; to encrypt the entire element. Encrypts the specified element or its contents using the specified symmetric algorithm. @@ -1144,7 +1144,7 @@ The key to encrypt. The symmetric key used to encrypt . - To be added. + The symmetric key used to encrypt . Encrypts a key using a symmetric algorithm that a recipient uses to decrypt an element. A byte array that represents the encrypted value of the parameter. @@ -1204,7 +1204,7 @@ The key to encrypt. The asymmetric key used to encrypt . A value that specifies whether to use Optimal Asymmetric Encryption Padding (OAEP). - To be added. + A value that specifies whether to use Optimal Asymmetric Encryption Padding (OAEP). Encrypts the key that a recipient uses to decrypt an element. A byte array that represents the encrypted value of the parameter. @@ -1270,7 +1270,7 @@ The object that contains the initialization vector (IV) to retrieve. The Uniform Resource Identifier (URI) that describes the cryptographic algorithm associated with the value. - To be added. + The Uniform Resource Identifier (URI) that describes the cryptographic algorithm associated with the value. Retrieves the decryption initialization vector (IV) from an object. A byte array that contains the decryption initialization vector (IV). @@ -1328,7 +1328,7 @@ The object that contains the decryption key to retrieve. The size of the decryption key to retrieve. - To be added. + The size of the decryption key to retrieve. Retrieves the decryption key from the specified object. A object associated with the decryption key. diff --git a/xml/System.Security.Cryptography.Xml/EncryptionMethod.xml b/xml/System.Security.Cryptography.Xml/EncryptionMethod.xml index 4342382d0b4..b31272adbdb 100644 --- a/xml/System.Security.Cryptography.Xml/EncryptionMethod.xml +++ b/xml/System.Security.Cryptography.Xml/EncryptionMethod.xml @@ -127,7 +127,7 @@ The Uniform Resource Identifier (URI) that describes the algorithm represented by an instance of the class. - To be added. + The Uniform Resource Identifier (URI) that describes the algorithm represented by an instance of the class. Initializes a new instance of the class specifying an algorithm Uniform Resource Identifier (URI). An object to use for initialization. - To be added. + An object to use for initialization. Initializes a new instance of the class using an object. An object that encapsulates an encrypted key. - To be added. + An object that encapsulates an encrypted key. Initializes a new instance of the class using an object. The Uniform Resource Identifier (URI) of the information to be referenced by the new instance of . The URI that describes the type of data to retrieve. - To be added. + The URI that describes the type of data to retrieve. Initializes a new instance of the class with the specified Uniform Resource Identifier (URI) pointing to the referenced object and the URI that describes the type of data to retrieve. To be added. diff --git a/xml/System.Security.Cryptography.Xml/KeyReference.xml b/xml/System.Security.Cryptography.Xml/KeyReference.xml index 42047383f14..3f81470d404 100644 --- a/xml/System.Security.Cryptography.Xml/KeyReference.xml +++ b/xml/System.Security.Cryptography.Xml/KeyReference.xml @@ -181,7 +181,7 @@ A Uniform Resource Identifier (URI) that points to the encrypted key. A object that describes transforms to do on the encrypted key. - To be added. + A object that describes transforms to do on the encrypted key. Initializes a new instance of the class for XML encryption using the specified Uniform Resource Identifier (URI) and a object.