Click or drag to resize

LoginContent Class

Represent login message text for user login by certificate signing.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.ContentContentBase
    ASDSoft.WebSigner.ContentContentBaseString
      ASDSoft.WebSigner.ContentTextContent
        ASDSoft.WebSigner.ContentLoginContent

Namespace:  ASDSoft.WebSigner.Content
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
[SerializableAttribute]
[ObfuscationAttribute(Exclude = true)]
public class LoginContent : TextContent

The LoginContent type exposes the following members.

Constructors
  NameDescription
Public methodLoginContent
Only for internal use.
Top
Properties
  NameDescription
Public propertyApplicationContentId
Unique ID generated by hosting application identified content in hosting application (for example ID of document).
(Inherited from ContentBase.)
Public propertyContent
Content for signing, for example, text, byte array, ...
(Inherited from ContentBaseT.)
Public propertyHasContent
Only for internal use.
(Inherited from ContentBaseT.)
Protected propertyHasLazyContent
Only for internal use.
(Inherited from ContentBase.)
Public propertyIsLink
Always return .
(Inherited from TextContent.)
Public propertyNeedResetLazyContent
Only for internal use.
(Inherited from ContentBase.)
Public propertySignatureType
Signature type (Data or Hash).
(Inherited from ContentBase.)
Top
Methods
Remarks
For create loging content with default text you can use method ASDSoft.WebSigner.Server.SignerBase.CreateLoginSignatureSession

Default login message text is: By signing this text electronically, I log in to application {0} at {1}.

See Also