SfcKeyChain(Urn, ISfcDomain) Constructor
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.
The constructor to be used for creating SfcKeyChains when the fully qualified URN is known. This is used when a fully qualified URN is known but we do not have an object yet
public SfcKeyChain (Microsoft.SqlServer.Management.Sdk.Sfc.Urn urn, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain domain);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcKeyChain : Microsoft.SqlServer.Management.Sdk.Sfc.Urn * Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcKeyChain
Public Sub New (urn As Urn, domain As ISfcDomain)
Parameters
- urn
- Urn
- domain
- ISfcDomain