IIdentityMessageServiceExtensions Class

 

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Identity.IIdentityMessageServiceExtensions

Syntax

public static class IIdentityMessageServiceExtensions
[ExtensionAttribute]
public ref class IIdentityMessageServiceExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type IIdentityMessageServiceExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class IIdentityMessageServiceExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Send(IIdentityMessageService, IdentityMessage)

Sync method to send the IdentityMessage

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.AspNet.Identity Namespace

Return to top