Gets the cached ProviderUserKey.

Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public static Guid GetProviderUserKey(
	this IPrincipal user
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function GetProviderUserKey ( 
	user As IPrincipal
) As Guid
Visual C++
public:
[ExtensionAttribute]
static Guid GetProviderUserKey(
	IPrincipal^ user
)
F#
static member GetProviderUserKey : 
        user : IPrincipal -> Guid 

Parameters

user
Type: System.Security.Principal..::..IPrincipal
IPrincipal

Return Value

Type: Guid
ProviderUserKey

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IPrincipal. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also