StoreFront 1912 LTSR reached end-of-life on 18-Dec-2024. It is recommended that you upgrade to a newer version of StoreFront.

X

Citrix StoreFront SDK PowerShell Modules

Get-STFStorePnaSmartAccess

Get the SmartAccess settings

Syntax

Get-STFStorePnaSmartAccess [-StoreService] <StoreService> [<CommonParameters>]

Detailed Description

Get the servers and certificates that are used to supply and verify SmartAccess conditions in PNA headers. The certificate thumbprint references a certificate in the Delivery Services certificate store. The cerificate is used to verify the signed headers to ensure a trusted source.

Parameters

Name Description Required? Pipeline Input Default Value
StoreService The Store to list the trusted SmartAccess conditions certificates for. true true (ByValue)  

Input Type

Citrix.StoreFront.Model.Store.StoreService

Parameter StoreService: A .NET class representing the configuration of a StoreFront Store service

Return Values

AccessConditionsTrustSettings

The .NET Citrix.StoreFront.Model.Store.AccessConditionsTrustSettings reference type

Examples

EXAMPLE 1 Get SmartAccess trust settings

$store = Get-STFStoreService -VirtualPath /Citrix/Store Get-STFStorePnaSmartAccess -StoreService $store

REMARKS

Gets the trusted server name, certificates and validity period.

OUTPUT

HeaderValidity : 300 AccessConditionsTrusts: {MyXenMobile}
Get-STFStorePnaSmartAccess