SamlAuthenticationStatement.MakeReadOnly Method

Definition

Causes this instance to be read-only.

public:
 override void MakeReadOnly();
public override void MakeReadOnly ();
override this.MakeReadOnly : unit -> unit
Public Overrides Sub MakeReadOnly ()

Remarks

When the MakeReadOnly method is called, the IsReadOnly property is set to true and properties of this instance can no longer be set.

Applies to