Click or drag to resize

KeyFormatsGetKey Method

[Missing <summary> documentation for "M:VelocityDBExtensions2.AspNet.Identity.KeyFormats.GetKey(System.Object,System.Object)"]

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public static string GetKey(
	Object loginKey,
	Object userKey
)

Parameters

loginKey
Type: SystemObject

[Missing <param name="loginKey"/> documentation for "M:VelocityDBExtensions2.AspNet.Identity.KeyFormats.GetKey(System.Object,System.Object)"]

userKey
Type: SystemObject

[Missing <param name="userKey"/> documentation for "M:VelocityDBExtensions2.AspNet.Identity.KeyFormats.GetKey(System.Object,System.Object)"]

Return Value

Type: String

[Missing <returns> documentation for "M:VelocityDBExtensions2.AspNet.Identity.KeyFormats.GetKey(System.Object,System.Object)"]

See Also