SfcKey.GetUrnFragment 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.
Each Key must implement how to produce a valid XPath-oriented identity string fragmentwhich is used to build complete and valid Urn from a SfcKeyChain of Key[].
public abstract string GetUrnFragment ();
abstract member GetUrnFragment : unit -> string
Public MustOverride Function GetUrnFragment () As String