System.Security.Cryptography.Encoding.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Security.Cryptography.Encoding</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.Security.Cryptography.AsnEncodedData">
  8. <summary>Represents Abstract Syntax Notation One (ASN.1)-encoded data.</summary>
  9. </member>
  10. <member name="M:System.Security.Cryptography.AsnEncodedData.#ctor">
  11. <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData" /> class.</summary>
  12. </member>
  13. <member name="M:System.Security.Cryptography.AsnEncodedData.#ctor(System.Byte[])">
  14. <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData" /> class using a byte array.</summary>
  15. <param name="rawData">A byte array that contains Abstract Syntax Notation One (ASN.1)-encoded data.</param>
  16. </member>
  17. <member name="M:System.Security.Cryptography.AsnEncodedData.#ctor(System.Security.Cryptography.AsnEncodedData)">
  18. <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData" /> class using an instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData" /> class.</summary>
  19. <param name="asnEncodedData">An instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData" /> class.</param>
  20. <exception cref="T:System.ArgumentNullException">
  21. <paramref name="asnEncodedData" /> is null.</exception>
  22. </member>
  23. <member name="M:System.Security.Cryptography.AsnEncodedData.#ctor(System.Security.Cryptography.Oid,System.Byte[])">
  24. <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData" /> class using an <see cref="T:System.Security.Cryptography.Oid" /> object and a byte array.</summary>
  25. <param name="oid">An <see cref="T:System.Security.Cryptography.Oid" /> object.</param>
  26. <param name="rawData">A byte array that contains Abstract Syntax Notation One (ASN.1)-encoded data.</param>
  27. </member>
  28. <member name="M:System.Security.Cryptography.AsnEncodedData.#ctor(System.String,System.Byte[])">
  29. <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData" /> class using a byte array.</summary>
  30. <param name="oid">A string that represents <see cref="T:System.Security.Cryptography.Oid" /> information.</param>
  31. <param name="rawData">A byte array that contains Abstract Syntax Notation One (ASN.1)-encoded data.</param>
  32. </member>
  33. <member name="M:System.Security.Cryptography.AsnEncodedData.CopyFrom(System.Security.Cryptography.AsnEncodedData)">
  34. <summary>Copies information from an <see cref="T:System.Security.Cryptography.AsnEncodedData" /> object.</summary>
  35. <param name="asnEncodedData">The <see cref="T:System.Security.Cryptography.AsnEncodedData" /> object to base the new object on.</param>
  36. <exception cref="T:System.ArgumentNullException">
  37. <paramref name="asnEncodedData " />is null.</exception>
  38. </member>
  39. <member name="M:System.Security.Cryptography.AsnEncodedData.Format(System.Boolean)">
  40. <summary>Returns a formatted version of the Abstract Syntax Notation One (ASN.1)-encoded data as a string.</summary>
  41. <returns>A formatted string that represents the Abstract Syntax Notation One (ASN.1)-encoded data.</returns>
  42. <param name="multiLine">true if the return string should contain carriage returns; otherwise, false.</param>
  43. </member>
  44. <member name="P:System.Security.Cryptography.AsnEncodedData.Oid">
  45. <summary>Gets or sets the <see cref="T:System.Security.Cryptography.Oid" /> value for an <see cref="T:System.Security.Cryptography.AsnEncodedData" /> object.</summary>
  46. <returns>An <see cref="T:System.Security.Cryptography.Oid" /> object.</returns>
  47. </member>
  48. <member name="P:System.Security.Cryptography.AsnEncodedData.RawData">
  49. <summary>Gets or sets the Abstract Syntax Notation One (ASN.1)-encoded data represented in a byte array.</summary>
  50. <returns>A byte array that represents the Abstract Syntax Notation One (ASN.1)-encoded data.</returns>
  51. <exception cref="T:System.ArgumentNullException">The value is null.</exception>
  52. </member>
  53. <member name="T:System.Security.Cryptography.Oid">
  54. <summary>Represents a cryptographic object identifier. This class cannot be inherited.</summary>
  55. </member>
  56. <member name="M:System.Security.Cryptography.Oid.#ctor(System.Security.Cryptography.Oid)">
  57. <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Oid" /> class using the specified <see cref="T:System.Security.Cryptography.Oid" /> object.</summary>
  58. <param name="oid">The object identifier information to use to create the new object identifier.</param>
  59. <exception cref="T:System.ArgumentNullException">
  60. <paramref name="oid " />is null.</exception>
  61. </member>
  62. <member name="M:System.Security.Cryptography.Oid.#ctor(System.String)">
  63. <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Oid" /> class using a string value of an <see cref="T:System.Security.Cryptography.Oid" /> object.</summary>
  64. <param name="oid">An object identifier.</param>
  65. </member>
  66. <member name="M:System.Security.Cryptography.Oid.#ctor(System.String,System.String)">
  67. <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Oid" /> class using the specified value and friendly name.</summary>
  68. <param name="value">The dotted number of the identifier.</param>
  69. <param name="friendlyName">The friendly name of the identifier.</param>
  70. </member>
  71. <member name="P:System.Security.Cryptography.Oid.FriendlyName">
  72. <summary>Gets or sets the friendly name of the identifier.</summary>
  73. <returns>The friendly name of the identifier.</returns>
  74. </member>
  75. <member name="M:System.Security.Cryptography.Oid.FromFriendlyName(System.String,System.Security.Cryptography.OidGroup)">
  76. <summary>Creates an <see cref="T:System.Security.Cryptography.Oid" /> object from an OID friendly name by searching the specified group.</summary>
  77. <returns>An object that represents the specified OID.</returns>
  78. <param name="friendlyName">The friendly name of the identifier.</param>
  79. <param name="group">The group to search in.</param>
  80. <exception cref="T:System.ArgumentNullException">
  81. <paramref name="friendlyName " /> is null.</exception>
  82. <exception cref="T:System.Security.Cryptography.CryptographicException">The OID was not found.</exception>
  83. </member>
  84. <member name="M:System.Security.Cryptography.Oid.FromOidValue(System.String,System.Security.Cryptography.OidGroup)">
  85. <summary>Creates an <see cref="T:System.Security.Cryptography.Oid" /> object by using the specified OID value and group.</summary>
  86. <returns>A new instance of an <see cref="T:System.Security.Cryptography.Oid" /> object.</returns>
  87. <param name="oidValue">The OID value.</param>
  88. <param name="group">The group to search in.</param>
  89. <exception cref="T:System.ArgumentNullException">
  90. <paramref name="oidValue" /> is null.</exception>
  91. <exception cref="T:System.Security.Cryptography.CryptographicException">The friendly name for the OID value was not found.</exception>
  92. </member>
  93. <member name="P:System.Security.Cryptography.Oid.Value">
  94. <summary>Gets or sets the dotted number of the identifier.</summary>
  95. <returns>The dotted number of the identifier.</returns>
  96. </member>
  97. <member name="T:System.Security.Cryptography.OidCollection">
  98. <summary>Represents a collection of <see cref="T:System.Security.Cryptography.Oid" /> objects. This class cannot be inherited.</summary>
  99. </member>
  100. <member name="M:System.Security.Cryptography.OidCollection.#ctor">
  101. <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.OidCollection" /> class.</summary>
  102. </member>
  103. <member name="M:System.Security.Cryptography.OidCollection.Add(System.Security.Cryptography.Oid)">
  104. <summary>Adds an <see cref="T:System.Security.Cryptography.Oid" /> object to the <see cref="T:System.Security.Cryptography.OidCollection" /> object.</summary>
  105. <returns>The index of the added <see cref="T:System.Security.Cryptography.Oid" /> object.</returns>
  106. <param name="oid">The <see cref="T:System.Security.Cryptography.Oid" /> object to add to the collection.</param>
  107. </member>
  108. <member name="M:System.Security.Cryptography.OidCollection.CopyTo(System.Security.Cryptography.Oid[],System.Int32)">
  109. <summary>Copies the <see cref="T:System.Security.Cryptography.OidCollection" /> object into an array.</summary>
  110. <param name="array">The array to copy the <see cref="T:System.Security.Cryptography.OidCollection" /> object into.</param>
  111. <param name="index">The location where the copy operation starts.</param>
  112. </member>
  113. <member name="P:System.Security.Cryptography.OidCollection.Count">
  114. <summary>Gets the number of <see cref="T:System.Security.Cryptography.Oid" /> objects in a collection. </summary>
  115. <returns>The number of <see cref="T:System.Security.Cryptography.Oid" /> objects in a collection.</returns>
  116. </member>
  117. <member name="M:System.Security.Cryptography.OidCollection.GetEnumerator">
  118. <summary>Returns an <see cref="T:System.Security.Cryptography.OidEnumerator" /> object that can be used to navigate the <see cref="T:System.Security.Cryptography.OidCollection" /> object.</summary>
  119. <returns>An <see cref="T:System.Security.Cryptography.OidEnumerator" /> object.</returns>
  120. </member>
  121. <member name="P:System.Security.Cryptography.OidCollection.Item(System.Int32)">
  122. <summary>Gets an <see cref="T:System.Security.Cryptography.Oid" /> object from the <see cref="T:System.Security.Cryptography.OidCollection" /> object.</summary>
  123. <returns>An <see cref="T:System.Security.Cryptography.Oid" /> object.</returns>
  124. <param name="index">The location of the <see cref="T:System.Security.Cryptography.Oid" /> object in the collection.</param>
  125. </member>
  126. <member name="P:System.Security.Cryptography.OidCollection.Item(System.String)">
  127. <summary>Gets the first <see cref="T:System.Security.Cryptography.Oid" /> object that contains a value of the <see cref="P:System.Security.Cryptography.Oid.Value" /> property or a value of the <see cref="P:System.Security.Cryptography.Oid.FriendlyName" /> property that matches the specified string value from the <see cref="T:System.Security.Cryptography.OidCollection" /> object.</summary>
  128. <returns>An <see cref="T:System.Security.Cryptography.Oid" /> object.</returns>
  129. <param name="oid">A string that represents a <see cref="P:System.Security.Cryptography.Oid.Value" /> property or a <see cref="P:System.Security.Cryptography.Oid.FriendlyName" /> property.</param>
  130. </member>
  131. <member name="M:System.Security.Cryptography.OidCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
  132. <summary>Copies the <see cref="T:System.Security.Cryptography.OidCollection" /> object into an array.</summary>
  133. <param name="array">The array to copy the <see cref="T:System.Security.Cryptography.OidCollection" /> object to.</param>
  134. <param name="index">The location where the copy operation starts.</param>
  135. <exception cref="T:System.ArgumentException">
  136. <paramref name="array" /> cannot be a multidimensional array.-or-The length of <paramref name="array" /> is an invalid offset length.</exception>
  137. <exception cref="T:System.ArgumentNullException">
  138. <paramref name="array" /> is null.</exception>
  139. <exception cref="T:System.ArgumentOutOfRangeException">The value of <paramref name="index" /> is out range.</exception>
  140. </member>
  141. <member name="P:System.Security.Cryptography.OidCollection.System#Collections#ICollection#IsSynchronized"></member>
  142. <member name="P:System.Security.Cryptography.OidCollection.System#Collections#ICollection#SyncRoot"></member>
  143. <member name="M:System.Security.Cryptography.OidCollection.System#Collections#IEnumerable#GetEnumerator">
  144. <summary>Returns an <see cref="T:System.Security.Cryptography.OidEnumerator" /> object that can be used to navigate the <see cref="T:System.Security.Cryptography.OidCollection" /> object.</summary>
  145. <returns>An <see cref="T:System.Security.Cryptography.OidEnumerator" /> object that can be used to navigate the collection.</returns>
  146. </member>
  147. <member name="T:System.Security.Cryptography.OidEnumerator">
  148. <summary>Provides the ability to navigate through an <see cref="T:System.Security.Cryptography.OidCollection" /> object. This class cannot be inherited.</summary>
  149. </member>
  150. <member name="P:System.Security.Cryptography.OidEnumerator.Current">
  151. <summary>Gets the current <see cref="T:System.Security.Cryptography.Oid" /> object in an <see cref="T:System.Security.Cryptography.OidCollection" /> object.</summary>
  152. <returns>The current <see cref="T:System.Security.Cryptography.Oid" /> object in the collection.</returns>
  153. </member>
  154. <member name="M:System.Security.Cryptography.OidEnumerator.MoveNext">
  155. <summary>Advances to the next <see cref="T:System.Security.Cryptography.Oid" /> object in an <see cref="T:System.Security.Cryptography.OidCollection" /> object.</summary>
  156. <returns>true, if the enumerator was successfully advanced to the next element; false, if the enumerator has passed the end of the collection.</returns>
  157. <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
  158. </member>
  159. <member name="M:System.Security.Cryptography.OidEnumerator.Reset">
  160. <summary>Sets an enumerator to its initial position.</summary>
  161. <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
  162. </member>
  163. <member name="P:System.Security.Cryptography.OidEnumerator.System#Collections#IEnumerator#Current">
  164. <summary>Gets the current <see cref="T:System.Security.Cryptography.Oid" /> object in an <see cref="T:System.Security.Cryptography.OidCollection" /> object.</summary>
  165. <returns>The current <see cref="T:System.Security.Cryptography.Oid" /> object.</returns>
  166. </member>
  167. <member name="T:System.Security.Cryptography.OidGroup">
  168. <summary>Identifies Windows cryptographic object identifier (OID) groups.</summary>
  169. </member>
  170. <member name="F:System.Security.Cryptography.OidGroup.All">
  171. <summary>All the groups.</summary>
  172. </member>
  173. <member name="F:System.Security.Cryptography.OidGroup.Attribute">
  174. <summary>The Windows group that is represented by CRYPT_RDN_ATTR_OID_GROUP_ID.</summary>
  175. </member>
  176. <member name="F:System.Security.Cryptography.OidGroup.EncryptionAlgorithm">
  177. <summary>The Windows group that is represented by CRYPT_ENCRYPT_ALG_OID_GROUP_ID.</summary>
  178. </member>
  179. <member name="F:System.Security.Cryptography.OidGroup.EnhancedKeyUsage">
  180. <summary>The Windows group that is represented by CRYPT_ENHKEY_USAGE_OID_GROUP_ID.</summary>
  181. </member>
  182. <member name="F:System.Security.Cryptography.OidGroup.ExtensionOrAttribute">
  183. <summary>The Windows group that is represented by CRYPT_EXT_OR_ATTR_OID_GROUP_ID.</summary>
  184. </member>
  185. <member name="F:System.Security.Cryptography.OidGroup.HashAlgorithm">
  186. <summary>The Windows group that is represented by CRYPT_HASH_ALG_OID_GROUP_ID.</summary>
  187. </member>
  188. <member name="F:System.Security.Cryptography.OidGroup.KeyDerivationFunction">
  189. <summary>The Windows group that is represented by CRYPT_KDF_OID_GROUP_ID.</summary>
  190. </member>
  191. <member name="F:System.Security.Cryptography.OidGroup.Policy">
  192. <summary>The Windows group that is represented by CRYPT_POLICY_OID_GROUP_ID.</summary>
  193. </member>
  194. <member name="F:System.Security.Cryptography.OidGroup.PublicKeyAlgorithm">
  195. <summary>The Windows group that is represented by CRYPT_PUBKEY_ALG_OID_GROUP_ID.</summary>
  196. </member>
  197. <member name="F:System.Security.Cryptography.OidGroup.SignatureAlgorithm">
  198. <summary>The Windows group that is represented by CRYPT_SIGN_ALG_OID_GROUP_ID.</summary>
  199. </member>
  200. <member name="F:System.Security.Cryptography.OidGroup.Template">
  201. <summary>The Windows group that is represented by CRYPT_TEMPLATE_OID_GROUP_ID.</summary>
  202. </member>
  203. </members>
  204. </doc>