Site.RollTenantBringYourOwnKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.CustomerKeyStatusInfo> RollTenantBringYourOwnKey (Microsoft.SharePoint.Client.CustomerKeyVaultKeyType keyType, Microsoft.SharePoint.Client.CustomerKeyVaultInfo keyVaultInfo);
member this.RollTenantBringYourOwnKey : Microsoft.SharePoint.Client.CustomerKeyVaultKeyType * Microsoft.SharePoint.Client.CustomerKeyVaultInfo -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.CustomerKeyStatusInfo>
Public Function RollTenantBringYourOwnKey (keyType As CustomerKeyVaultKeyType, keyVaultInfo As CustomerKeyVaultInfo) As ClientResult(Of CustomerKeyStatusInfo)
Parameters
- keyType
- CustomerKeyVaultKeyType
- keyVaultInfo
- CustomerKeyVaultInfo
Returns
- Attributes