XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / LegalAuthenticator Property



In This Topic
    LegalAuthenticator Property
    In This Topic
    Represents a participant who has legally authenticated or attested the document within the authorInstitution.
    Syntax
    Public Property LegalAuthenticator As String
    Dim instance As XdsDocument
    Dim value As String
     
    instance.LegalAuthenticator = value
     
    value = instance.LegalAuthenticator
    public string LegalAuthenticator {get; set;}
    public:
    property String^ LegalAuthenticator {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    This property corresponds to the XDSDocumentEntry.legalAuthenticator Slot

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also