API Reference
Class
SpnParts
Parsed SPN parts.
Inheritance
- Object
- SpnParts
Constructors
public SpnParts(String raw, String serviceClass, String host, Nullable<Int32> port, String realm) #Creates a new instance of parsed SPN parts.
Parameters
- raw System.String
- Original SPN string (trimmed).
- serviceClass System.String
- Service class (left side of the first '/').
- host System.String
- Host portion of the target (may be null).
- port System.Nullable{System.Int32}
- Port portion when present (may be null).
- realm System.String
- Realm portion when present (after '@').