SharedResourceProvider12.TripleDESKey Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.Upgrade
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property TripleDESKey As Byte()
Get
'Usage
Dim instance As SharedResourceProvider12
Dim value As Byte()
value = instance.TripleDESKey
public byte[] TripleDESKey { get; }
Property Value
Type: []
Returns Byte.
See Also
Reference
SharedResourceProvider12 Class