Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Performs additional custom processes before setting a value in the CertInfoCollection instance.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
protected override void OnSet(
int index,
object oldValue,
object newValue
)
protected:
virtual void OnSet(
int index,
Object^ oldValue,
Object^ newValue
) override
override OnSet :
index:int *
oldValue:Object *
newValue:Object -> unit
Protected Overrides Sub OnSet (
index As Integer,
oldValue As Object,
newValue As Object
)
Parameters
index
Type: System.Int32The zero-based index at which oldValue can be found.
oldValue
Type: System.ObjectThe value to replace with newValue.
newValue
Type: System.ObjectThe new value of the element at index.
See Also
CertInfoCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top