You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Security.Claims/ClaimsIdentity.xml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -258,6 +258,7 @@
258
258
<summary>Initializes a new instance of the <seecref="T:System.Security.Claims.ClaimsIdentity" /> class from a serialized stream created by using <seecref="T:System.Runtime.Serialization.ISerializable" />.</summary>
259
259
<remarks></remarks>
260
260
<permissioncref="T:System.Security.SecurityCriticalAttribute">requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.</permission>
261
+
<exceptioncref="T:System.ArgumentNullException"><paramrefname="info" /> is <seelangword="null" />.</exception>
261
262
</Docs>
262
263
</Member>
263
264
<MemberMemberName=".ctor">
@@ -747,6 +748,7 @@
747
748
748
749
]]></format>
749
750
</remarks>
751
+
<exceptioncref="T:System.InvalidOperationException"><paramrefname="identity" /> is a <seecref="T:System.Security.Claims.ClaimsIdentity" /> and <seecref="P:System.Security.Claims.ClaimsIdentity.Actor" /> results in a circular reference back to <seelangword="this" />.</exception>
0 commit comments