Click or drag to resize

AzureHelper Class

Static helper methods for Azure: client principal parsing and Blob storage, available in Razor scripts
Inheritance Hierarchy
SystemObject
  Seal.HelpersAzureHelper

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static class AzureHelper

The AzureHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberBlobDownloadFrom Download a blob from the container as a byte array (throws an exception if the blob does not exist)
Public methodStatic memberBlobGetContainerClient Returns a BlobContainerClient for a container of an Azure storage account using a token credential
Public methodStatic memberBlobSaveTo Upload a byte array to a blob in the container
Public methodStatic memberClaimsPrincipalParse Parse the 'x-ms-client-principal' header of an Azure App Service request into a ClaimsPrincipal
Top
See Also