NamedDomainKey<T>.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.
The Urn level fragment obtains its name from the key name property by default. Override in a derived key class if you need a different fragment format.
public override string GetUrnFragment ();
override this.GetUrnFragment : unit -> string
Public Overrides Function GetUrnFragment () As String