Share via


AuthServer.CurrentEncryptedAppSecret property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property CurrentEncryptedAppSecret As String
    Get
    Set
'Usage
Dim instance As AuthServer
Dim value As String

value = instance.CurrentEncryptedAppSecret

instance.CurrentEncryptedAppSecret = value
public string CurrentEncryptedAppSecret { get; set; }

Property value

Type: System.String

See also

Reference

AuthServer class

AuthServer members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace