dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder Class / EnclaveAttestationUrl Property

In This Topic
    EnclaveAttestationUrl Property
    In This Topic
    Gets or sets the enclave attestation URL used with enclave-based Always Encrypted.
    Syntax
    'Declaration
     
    Public Property EnclaveAttestationUrl As String
    public string EnclaveAttestationUrl {get; set;}

    Property Value

    The enclave attestation URL.
    See Also