adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileServiceProvider Class / PrivateKeySet Property


In This Topic
    PrivateKeySet Property
    In This Topic
    Indicates whether the private key has been set
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PrivateKeySet As Boolean
    public bool PrivateKeySet {get;}
    public:
    property bool PrivateKeySet {
       bool get();
    }
    See Also