Click or drag to resize

SignerBaseGetIdentityName Method

Note: This API is now obsolete.

This method is no longer used. Use IAuthenticationPersistor instead GetIdentityName

Namespace:  ASDSoft.WebSigner.Server
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[ObsoleteAttribute("Use IAuthenticationPersistor instead GetIdentityName", 
	true)]
protected string GetIdentityName()

Return Value

Type: String
Throw NotSupportedException.
See Also