New-FASTSearchSecurityClaimsUserStore    
	创建 FAST Search Server 2010 for SharePoint 安全用户存储,为声明内容提供安全性。
语法
Default (默认值)
New-FASTSearchSecurityClaimsUserStore
    [-Identity] <String>
    [[-Description] <String>]
    [[-Issuer] <String>]
    [-ObjectToClone <ClaimsUserStore>]
    [<CommonParameters>]
说明
此 cmdlet 为声明内容配置扩展安全。
有关 FAST Search Server 2010 for SharePoint cmdlet 的权限和最新信息,请参阅联机文档 (https://go.microsoft.com/fwlink/?LinkId=163227) 。
示例
示例 1 (FAST Server for SharePoint 2010)  
	New-FASTSearchSecurityClaimsUserStore -Identity clm
此示例创建一个新的安全声明用户存储,其用户存储标识为“clm”。
此示例对除必需的 Identity 参数以外的所有参数均使用默认值。
示例 2 (FAST Server for SharePoint 2010)  
	Get-FASTSearchSecurityClaimsUserStore -Identity clm | New-FASTSearchSecurityClaimsUserStore -Identity cl2
此示例使用声明用户存储“clm”中的所有属性作为基线,创建标识为“cl2”的新安全声明用户存储。 New-FASTSearchSecurityClaimsUserStore cmdlet 使用管道上的 ObjectToClone 值作为 New cmdlet 的输入。
参数
-Description
适用:FAST Server for SharePoint 2010
用户存储的简短说明。
参数属性
| 类型: | String | 
| 默认值: | None | 
| 支持通配符: | False | 
| 不显示: | False | 
参数集
(All)
| Position: | 2 | 
| 必需: | False | 
| 来自管道的值: | False | 
| 来自管道的值(按属性名称): | False | 
| 来自剩余参数的值: | False | 
-Identity
适用:FAST Server for SharePoint 2010
用户存储标识。
参数属性
| 类型: | String | 
| 默认值: | None | 
| 支持通配符: | False | 
| 不显示: | False | 
参数集
(All)
| Position: | 1 | 
| 必需: | True | 
| 来自管道的值: | False | 
| 来自管道的值(按属性名称): | False | 
| 来自剩余参数的值: | False | 
-Issuer
适用:FAST Server for SharePoint 2010
Microsoft SharePoint Server 安全令牌服务 (STS) 声明已发布声明的提供程序。
参数属性
| 类型: | String | 
| 默认值: | None | 
| 支持通配符: | False | 
| 不显示: | False | 
参数集
(All)
| Position: | 3 | 
| 必需: | False | 
| 来自管道的值: | False | 
| 来自管道的值(按属性名称): | False | 
| 来自剩余参数的值: | False | 
-ObjectToClone 
		适用:FAST Server for SharePoint 2010
其属性值将用作创建另一个声明用户存储的基线的声明用户存储对象。
参数属性
| 类型: | ClaimsUserStore | 
| 默认值: | None | 
| 支持通配符: | False | 
| 不显示: | False | 
参数集
(All)
| Position: | Named | 
| 必需: | False | 
| 来自管道的值: | True | 
| 来自管道的值(按属性名称): | False | 
| 来自剩余参数的值: | False | 
CommonParameters
此 cmdlet 支持通用参数:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 有关详细信息,请参阅 about_CommonParameters。