Site.RollTenantBringYourOwnKey method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function RollTenantBringYourOwnKey ( _
keyType As CustomerKeyVaultKeyType, _
keyVaultInfo As CustomerKeyVaultInfo _
) As ClientResult(Of CustomerKeyStatusInfo)
'Usage
Dim instance As Site
Dim keyType As CustomerKeyVaultKeyType
Dim keyVaultInfo As CustomerKeyVaultInfo
Dim returnValue As ClientResult(Of CustomerKeyStatusInfo)
returnValue = instance.RollTenantBringYourOwnKey(keyType, _
keyVaultInfo)
public ClientResult<CustomerKeyStatusInfo> RollTenantBringYourOwnKey(
CustomerKeyVaultKeyType keyType,
CustomerKeyVaultInfo keyVaultInfo
)
Parameters
- keyType
Type: Microsoft.SharePoint.Client.CustomerKeyVaultKeyType
- keyVaultInfo
Type: Microsoft.SharePoint.Client.CustomerKeyVaultInfo
Return value
Type: Microsoft.SharePoint.Client.ClientResult<CustomerKeyStatusInfo>