Configuration.RestoreMasterSecret Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Portal.SingleSignon
Assembly:  Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Syntax

'Declaration
Public Shared Sub RestoreMasterSecret ( _
    rgbSecret As Byte(), _
    fReEncrypt As Boolean _
)
'Usage
Dim rgbSecret As Byte()
Dim fReEncrypt As BooleanConfiguration.RestoreMasterSecret(rgbSecret, _
    fReEncrypt)
public static void RestoreMasterSecret(
    byte[] rgbSecret,
    bool fReEncrypt
)

Parameters

  • rgbSecret
    Type: []

See Also

Reference

Configuration Class

Configuration Members

Microsoft.SharePoint.Portal.SingleSignon Namespace