adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SecurityCertificate Class / ToString Method


In This Topic
    ToString Method (SecurityCertificate)
    In This Topic
    Returns a string that represents the current object.Returns a string that represents the current object.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()
    public:
    String^ ToString(); override 

    Return Value

    A string that represents the current object.A string that represents the current object.
    Remarks
    Returns the Name
    See Also