21ec21a6480bd6e2a8ff12c46742197f0e6c7421
[platform/core/dotnet/build-tools.git] /
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <doc>\r
3   <assembly>\r
4     <name>System.Security.SecureString</name>\r
5   </assembly>\r
6   <members>\r
7     <member name="T:System.Security.SecureString">\r
8       <summary>Represents text that should be kept confidential, such as by deleting it from computer memory when no longer needed. This class cannot be inherited.</summary>\r
9     </member>\r
10     <member name="M:System.Security.SecureString.#ctor">\r
11       <summary>Initializes a new instance of the <see cref="T:System.Security.SecureString" /> class.</summary>\r
12       <exception cref="T:System.Security.Cryptography.CryptographicException">An error occurred while protecting or unprotecting the value of this instance.</exception>\r
13       <exception cref="T:System.NotSupportedException">This operation is not supported on this platform.</exception>\r
14     </member>\r
15     <member name="M:System.Security.SecureString.#ctor(System.Char*,System.Int32)">\r
16       <summary>Initializes a new instance of the <see cref="T:System.Security.SecureString" /> class from a subarray of <see cref="T:System.Char" /> objects. </summary>\r
17       <param name="value">A pointer to an array of <see cref="T:System.Char" /> objects.</param>\r
18       <param name="length">The number of elements of <paramref name="value" /> to include in the new instance.</param>\r
19       <exception cref="T:System.ArgumentNullException">\r
20         <paramref name="value" /> is null.</exception>\r
21       <exception cref="T:System.ArgumentOutOfRangeException">\r
22         <paramref name="length" /> is less than zero or greater than 65,536.</exception>\r
23       <exception cref="T:System.Security.Cryptography.CryptographicException">An error occurred while protecting or unprotecting the value of this secure string. </exception>\r
24       <exception cref="T:System.NotSupportedException">This operation is not supported on this platform.</exception>\r
25     </member>\r
26     <member name="M:System.Security.SecureString.AppendChar(System.Char)">\r
27       <summary>Appends a character to the end of the current secure string.</summary>\r
28       <param name="c">A character to append to this secure string.</param>\r
29       <exception cref="T:System.ObjectDisposedException">This secure string has already been disposed.</exception>\r
30       <exception cref="T:System.InvalidOperationException">This secure string is read-only.</exception>\r
31       <exception cref="T:System.ArgumentOutOfRangeException">Performing this operation would make the length of this secure string greater than 65,536 characters.</exception>\r
32       <exception cref="T:System.Security.Cryptography.CryptographicException">An error occurred while protecting or unprotecting the value of this secure string.</exception>\r
33     </member>\r
34     <member name="M:System.Security.SecureString.Clear">\r
35       <summary>Deletes the value of the current secure string.</summary>\r
36       <exception cref="T:System.ObjectDisposedException">This secure string has already been disposed.</exception>\r
37       <exception cref="T:System.InvalidOperationException">This secure string is read-only.</exception>\r
38     </member>\r
39     <member name="M:System.Security.SecureString.Copy">\r
40       <summary>Creates a copy of the current secure string.</summary>\r
41       <returns>A duplicate of this secure string.</returns>\r
42       <exception cref="T:System.ObjectDisposedException">This secure string has already been disposed.</exception>\r
43       <exception cref="T:System.Security.Cryptography.CryptographicException">An error occurred while protecting or unprotecting the value of this secure string.</exception>\r
44     </member>\r
45     <member name="M:System.Security.SecureString.Dispose">\r
46       <summary>Releases all resources used by the current <see cref="T:System.Security.SecureString" /> object.</summary>\r
47     </member>\r
48     <member name="M:System.Security.SecureString.InsertAt(System.Int32,System.Char)">\r
49       <summary>Inserts a character in this secure string at the specified index position. </summary>\r
50       <param name="index">The index position where parameter <paramref name="c" /> is inserted.</param>\r
51       <param name="c">The character to insert.</param>\r
52       <exception cref="T:System.ObjectDisposedException">This secure string has already been disposed.</exception>\r
53       <exception cref="T:System.InvalidOperationException">This secure string is read-only.</exception>\r
54       <exception cref="T:System.ArgumentOutOfRangeException">\r
55         <paramref name="index" /> is less than zero, or greater than the length of this secure string.-or-Performing this operation would make the length of this secure string greater than 65,536 characters.</exception>\r
56       <exception cref="T:System.Security.Cryptography.CryptographicException">An error occurred while protecting or unprotecting the value of this secure string.</exception>\r
57     </member>\r
58     <member name="M:System.Security.SecureString.IsReadOnly">\r
59       <summary>Indicates whether this secure string is marked read-only.</summary>\r
60       <returns>true if this secure string is marked read-only; otherwise, false.</returns>\r
61       <exception cref="T:System.ObjectDisposedException">This secure string has already been disposed.</exception>\r
62     </member>\r
63     <member name="P:System.Security.SecureString.Length">\r
64       <summary>Gets the number of characters in the current secure string.</summary>\r
65       <returns>The number of <see cref="T:System.Char" /> objects in this secure string.</returns>\r
66       <exception cref="T:System.ObjectDisposedException">This secure string has already been disposed.</exception>\r
67     </member>\r
68     <member name="M:System.Security.SecureString.MakeReadOnly">\r
69       <summary>Makes the text value of this secure string read-only.   </summary>\r
70       <exception cref="T:System.ObjectDisposedException">This secure string has already been disposed.</exception>\r
71     </member>\r
72     <member name="M:System.Security.SecureString.RemoveAt(System.Int32)">\r
73       <summary>Removes the character at the specified index position from this secure string.</summary>\r
74       <param name="index">The index position of a character in this secure string.</param>\r
75       <exception cref="T:System.ObjectDisposedException">This secure string has already been disposed.</exception>\r
76       <exception cref="T:System.InvalidOperationException">This secure string is read-only.</exception>\r
77       <exception cref="T:System.ArgumentOutOfRangeException">\r
78         <paramref name="index" /> is less than zero, or greater than or equal to the length of this secure string.</exception>\r
79       <exception cref="T:System.Security.Cryptography.CryptographicException">An error occurred while protecting or unprotecting the value of this secure string.</exception>\r
80     </member>\r
81     <member name="M:System.Security.SecureString.SetAt(System.Int32,System.Char)">\r
82       <summary>Replaces the existing character at the specified index position with another character.</summary>\r
83       <param name="index">The index position of an existing character in this secure string</param>\r
84       <param name="c">A character that replaces the existing character.</param>\r
85       <exception cref="T:System.ObjectDisposedException">This secure string has already been disposed.</exception>\r
86       <exception cref="T:System.InvalidOperationException">This secure string is read-only.</exception>\r
87       <exception cref="T:System.ArgumentOutOfRangeException">\r
88         <paramref name="index" /> is less than zero, or greater than or equal to the length of this secure string.</exception>\r
89       <exception cref="T:System.Security.Cryptography.CryptographicException">An error occurred while protecting or unprotecting the value of this secure string.</exception>\r
90     </member>\r
91     <member name="T:System.Security.SecureStringMarshal"></member>\r
92     <member name="M:System.Security.SecureStringMarshal.SecureStringToCoTaskMemUnicode(System.Security.SecureString)"></member>\r
93     <member name="M:System.Security.SecureStringMarshal.ZeroFreeCoTaskMemUnicode(System.IntPtr)"></member>\r
94   </members>\r
95 </doc>